summaryrefslogtreecommitdiffstats
path: root/unittests/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Adds a tooling library.Manuel Klimek2012-04-041-0/+6
* Add unit testing for Lexer.Argyrios Kyrtzidis2012-01-191-0/+5
* For SourceManager::isBeforeInTranslationUnit(), have it consider macro arg ex...Argyrios Kyrtzidis2011-12-211-1/+2
* C++11 constexpr: Add note stacks containing backtraces if constant evaluationRichard Smith2011-12-161-5/+0
* Define DiagnosticBuilder<<APValue so it's easy to include APValues inJeffrey Yasskin2011-07-181-0/+5
* Reverts the Tooling changes as requested by Chris.Manuel Klimek2011-06-021-15/+0
* This patch implements an AST matching framework that allows to writeManuel Klimek2011-05-311-0/+5
* Handle gcc-compatible compilers (such as clang) the same way we handleOscar Fuentes2011-05-111-1/+1
* This is the next step in building the standalone tools infrastructure:Manuel Klimek2011-04-271-0/+5
* Adds a function to run FrontendActions over in-memory code. This isManuel Klimek2011-04-211-0/+5
* Put targets on folders, if the IDE supports the feature.Oscar Fuentes2011-02-201-0/+2
* Use PARSE_ARGUMENTS to clean up add_clang_unittest's calling convention.Jeffrey Yasskin2011-02-191-10/+20
* Remove support and mc from the clang unittests' dependencies because they're notJeffrey Yasskin2011-02-191-2/+2
* Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne2011-02-181-2/+2
* Adds a CMake target for the Basic lib's unit tests. Reviewed byZhanyong Wan2011-02-161-0/+6
* Improves CMakeLists.txt for Clang's unit tests: make "linkedZhanyong Wan2011-02-161-11/+7
* Add CMake support to the clang unittests.Jeffrey Yasskin2011-02-151-0/+47