Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
fd8af7730716dd27a88b8d1e6bf35814d438ad1f
/
unittests
8f0e8d2
The ARC Migration Tool. All the credit goes to Argyrios and Fariborz for this.
by John McCall
· 13 years ago
16f2131
Reverts the Tooling changes as requested by Chris.
by Manuel Klimek
· 13 years ago
7264ab7
Fix broken test on windows. To get operator new working, we need size_t, for which we need to figure out a way to resolve standard include paths in the test.
by Manuel Klimek
· 13 years ago
64cbdf3
This patch implements an AST matching framework that allows to write
by Manuel Klimek
· 13 years ago
c5cd252
Handle gcc-compatible compilers (such as clang) the same way we handle gcc.
by Oscar Fuentes
· 13 years ago
850dd80
Adds a test for the command line parser when a quoted string is not closed by a quote.
by Manuel Klimek
· 14 years ago
9a05fa9
This is the next step in building the standalone tools infrastructure:
by Manuel Klimek
· 14 years ago
cf3ce5d
Adds a function to run FrontendActions over in-memory code. This is
by Manuel Klimek
· 14 years ago
a3f787c
Put targets on folders, if the IDE supports the feature.
by Oscar Fuentes
· 14 years ago
4b93d66
Re-instate r125819 and r125820 with no functionality change
by Peter Collingbourne
· 14 years ago
96b1d4b
Revert 125820 and 125819 to fix PR9266.
by Rafael Espindola
· 14 years ago
f91ae52
Use PARSE_ARGUMENTS to clean up add_clang_unittest's calling convention.
by Jeffrey Yasskin
· 14 years ago
effc48d
Remove support and mc from the clang unittests' dependencies because they're not
by Jeffrey Yasskin
· 14 years ago
906c73f
Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction
by Peter Collingbourne
· 14 years ago
c515d18
Adds a CMake target for the Basic lib's unit tests. Reviewed by
by Zhanyong Wan
· 14 years ago
05cb9f2
Improves CMakeLists.txt for Clang's unit tests: make "linked
by Zhanyong Wan
· 14 years ago
483651c
Moves FileManagerTest.cpp to unittests/Basic such that the unit test
by Zhanyong Wan
· 14 years ago
718b01d
Add CMake support to the clang unittests.
by Jeffrey Yasskin
· 14 years ago
9b555ea
Improves Clang's virtual file handling.
by Zhanyong Wan
· 14 years ago
f0ed580
Fix a typo in a comment in tools/clang/unittests/Frontend/Makefile.
by Zhanyong Wan
· 14 years ago
9acd0d9
build: Prevent duplicate inclusion of Makefile.rules, which causes make to warn
by Daniel Dunbar
· 14 years ago
7a17889
Add gTest unittests to clang, and write the first one.
by Jeffrey Yasskin
· 14 years ago