summaryrefslogtreecommitdiffstats
path: root/unittests/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [refactor] Move clang-rename into the clang repositoryAlex Lorenz2017-06-301-0/+1
* CFGBuilder: Fix crash when visiting a range-based for over a dependent typeAlexander Kornienko2016-07-081-0/+1
* [CMake] Don't build the libclang tests unless you're building libclangChris Bieneman2015-12-041-1/+1
* Document problems when trying libclang tests on Windows 7.Yaron Keren2015-07-051-1/+2
* [Rewrite] Make RewriteBuffer accessible on its own, and add a unit test for it.Argyrios Kyrtzidis2015-03-081-0/+1
* [analyzer] Individual configuration options can be specified for checkers.Gabor Horvath2015-03-041-0/+1
* Don't segfault in EmitCXXGlobalInitFunc when main file is a membufKeno Fischer2014-08-261-0/+1
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-8/+7
* libclang: fix a bug in processing invalid arguments, introduced in r201249Dmitri Gribenko2014-02-181-0/+3
* Revert "[CMake] Disable libclangTests.exe on win32 for now."Juergen Ributzka2014-02-131-3/+0
* [CMake] Disable libclangTests.exe on win32 for now.NAKAMURA Takumi2014-02-131-1/+3
* libclang: fix a bug in processing invalid arguments, introduced in r201249,Dmitri Gribenko2014-02-131-0/+1
* Add Multilib selection machineryJonathan Roelofs2014-02-121-0/+1
* Revert 201202Jonathan Roelofs2014-02-121-1/+0
* Add Multilib selection machineryJonathan Roelofs2014-02-121-0/+1
* Add hooks for typo correction to ExternalSemaSource, courtesy of Luke Zarko.Kaelyn Uhrain2013-08-121-0/+1
* Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so thatRoman Divacky2013-05-291-5/+9
* Initial version of formatting library.Daniel Jasper2012-12-031-0/+1
* add AST unittests to CMake build systemDmitri Gribenko2012-07-231-0/+1
* Adds the AST Matcher library, which provides a in-C++ DSL to expressManuel Klimek2012-07-061-0/+1
* Clang side of a refactoring of the CMake unit test build strategy.Chandler Carruth2012-06-211-34/+4
* Switch Clang to re-use the the newly factored common LLVMChandler Carruth2012-06-211-41/+4
* Simplify the Clang unittest function in the CMake build, and make itChandler Carruth2012-06-211-27/+35
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-211-1/+1
* Remove an unused feature of the clang unittest macro.Chandler Carruth2012-06-211-6/+4
* Adds the Refactoring library, which is a layer on top of the Tooling libraryManuel Klimek2012-05-231-0/+1
* Adds a method overwriteChangedFiles to the Rewriter. This is implemented byManuel Klimek2012-05-221-1/+2
* Adds a unit test for the RecursiveASTVisitor.Manuel Klimek2012-04-191-1/+2
* 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