summaryrefslogtreecommitdiff
path: root/unittests/CMakeLists.txt
Commit message (Expand)AuthorAge
* libclang: fix a bug in processing invalid arguments, introduced in r201249Dmitri Gribenko2014-02-18
* Revert "[CMake] Disable libclangTests.exe on win32 for now."Juergen Ributzka2014-02-13
* [CMake] Disable libclangTests.exe on win32 for now.NAKAMURA Takumi2014-02-13
* libclang: fix a bug in processing invalid arguments, introduced in r201249,Dmitri Gribenko2014-02-13
* Add Multilib selection machineryJonathan Roelofs2014-02-12
* Revert 201202Jonathan Roelofs2014-02-12
* Add Multilib selection machineryJonathan Roelofs2014-02-12
* Add hooks for typo correction to ExternalSemaSource, courtesy of Luke Zarko.Kaelyn Uhrain2013-08-12
* Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so thatRoman Divacky2013-05-29
* Initial version of formatting library.Daniel Jasper2012-12-03
* add AST unittests to CMake build systemDmitri Gribenko2012-07-23
* Adds the AST Matcher library, which provides a in-C++ DSL to expressManuel Klimek2012-07-06
* Clang side of a refactoring of the CMake unit test build strategy.Chandler Carruth2012-06-21
* Switch Clang to re-use the the newly factored common LLVMChandler Carruth2012-06-21
* Simplify the Clang unittest function in the CMake build, and make itChandler Carruth2012-06-21
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-21
* Remove an unused feature of the clang unittest macro.Chandler Carruth2012-06-21
* Adds the Refactoring library, which is a layer on top of the Tooling libraryManuel Klimek2012-05-23
* Adds a method overwriteChangedFiles to the Rewriter. This is implemented byManuel Klimek2012-05-22
* Adds a unit test for the RecursiveASTVisitor.Manuel Klimek2012-04-19
* Adds a tooling library.Manuel Klimek2012-04-04
* Add unit testing for Lexer.Argyrios Kyrtzidis2012-01-19
* For SourceManager::isBeforeInTranslationUnit(), have it consider macro arg ex...Argyrios Kyrtzidis2011-12-21
* C++11 constexpr: Add note stacks containing backtraces if constant evaluationRichard Smith2011-12-16
* Define DiagnosticBuilder<<APValue so it's easy to include APValues inJeffrey Yasskin2011-07-18
* Reverts the Tooling changes as requested by Chris.Manuel Klimek2011-06-02
* This patch implements an AST matching framework that allows to writeManuel Klimek2011-05-31
* Handle gcc-compatible compilers (such as clang) the same way we handleOscar Fuentes2011-05-11
* This is the next step in building the standalone tools infrastructure:Manuel Klimek2011-04-27
* Adds a function to run FrontendActions over in-memory code. This isManuel Klimek2011-04-21
* Put targets on folders, if the IDE supports the feature.Oscar Fuentes2011-02-20
* Use PARSE_ARGUMENTS to clean up add_clang_unittest's calling convention.Jeffrey Yasskin2011-02-19
* Remove support and mc from the clang unittests' dependencies because they're notJeffrey Yasskin2011-02-19
* Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne2011-02-18
* Adds a CMake target for the Basic lib's unit tests. Reviewed byZhanyong Wan2011-02-16
* Improves CMakeLists.txt for Clang's unit tests: make "linkedZhanyong Wan2011-02-16
* Add CMake support to the clang unittests.Jeffrey Yasskin2011-02-15