aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2011-06-01Fix broken test on windows. To get operator new working, we need size_t, for ...Manuel Klimek
2011-05-31This patch implements an AST matching framework that allows to writeManuel Klimek
2011-05-11Handle gcc-compatible compilers (such as clang) the same way we handleOscar Fuentes
2011-05-02Adds a test for the command line parser when a quoted string is not closed by...Manuel Klimek
2011-04-27This is the next step in building the standalone tools infrastructure:Manuel Klimek
2011-04-21Adds a function to run FrontendActions over in-memory code. This isManuel Klimek
2011-02-20Put targets on folders, if the IDE supports the feature.Oscar Fuentes
2011-02-19Re-instate r125819 and r125820 with no functionality changePeter Collingbourne
2011-02-19Revert 125820 and 125819 to fix PR9266.Rafael Espindola
2011-02-19Use PARSE_ARGUMENTS to clean up add_clang_unittest's calling convention.Jeffrey Yasskin
2011-02-19Remove support and mc from the clang unittests' dependencies because they're notJeffrey Yasskin
2011-02-18Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne
2011-02-16Adds a CMake target for the Basic lib's unit tests. Reviewed byZhanyong Wan
2011-02-16Improves CMakeLists.txt for Clang's unit tests: make "linkedZhanyong Wan
2011-02-15Moves FileManagerTest.cpp to unittests/Basic such that the unit testZhanyong Wan
2011-02-15Add CMake support to the clang unittests.Jeffrey Yasskin
2011-02-11Improves Clang's virtual file handling.Zhanyong Wan
2011-02-09Fix a typo in a comment in tools/clang/unittests/Frontend/Makefile.Zhanyong Wan
2011-02-04build: Prevent duplicate inclusion of Makefile.rules, which causes make to warnDaniel Dunbar
2011-02-03Add gTest unittests to clang, and write the first one.Jeffrey Yasskin