aboutsummaryrefslogtreecommitdiff
path: root/unittests/CMakeLists.txt
AgeCommit message (Expand)Author
2012-12-03Initial version of formatting library.Daniel Jasper
2012-07-23add AST unittests to CMake build systemDmitri Gribenko
2012-07-06Adds the AST Matcher library, which provides a in-C++ DSL to expressManuel Klimek
2012-06-21Clang side of a refactoring of the CMake unit test build strategy.Chandler Carruth
2012-06-21Switch Clang to re-use the the newly factored common LLVMChandler Carruth
2012-06-21Simplify the Clang unittest function in the CMake build, and make itChandler Carruth
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-06-21Remove an unused feature of the clang unittest macro.Chandler Carruth
2012-05-23Adds the Refactoring library, which is a layer on top of the Tooling libraryManuel Klimek
2012-05-22Adds a method overwriteChangedFiles to the Rewriter. This is implemented byManuel Klimek
2012-04-19Adds a unit test for the RecursiveASTVisitor.Manuel Klimek
2012-04-04Adds a tooling library.Manuel Klimek
2012-01-19Add unit testing for Lexer.Argyrios Kyrtzidis
2011-12-21For SourceManager::isBeforeInTranslationUnit(), have it consider macro arg ex...Argyrios Kyrtzidis
2011-12-16C++11 constexpr: Add note stacks containing backtraces if constant evaluationRichard Smith
2011-07-18Define DiagnosticBuilder<<APValue so it's easy to include APValues inJeffrey Yasskin
2011-06-02Reverts the Tooling changes as requested by Chris.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-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-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-15Add CMake support to the clang unittests.Jeffrey Yasskin