summaryrefslogtreecommitdiff
path: root/unittests/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2015-12-04[CMake] Don't build the libclang tests unless you're building libclangChris Bieneman1-1/+1
2015-07-05Document problems when trying libclang tests on Windows 7.Yaron Keren1-1/+2
2015-03-08[Rewrite] Make RewriteBuffer accessible on its own, and add a unit test for it.Argyrios Kyrtzidis1-0/+1
2015-03-04[analyzer] Individual configuration options can be specified for checkers.Gabor Horvath1-0/+1
2014-08-26Don't segfault in EmitCXXGlobalInitFunc when main file is a membufKeno Fischer1-0/+1
2014-07-16Make clang's rewrite engine a core featureAlp Toker1-8/+7
2014-02-18libclang: fix a bug in processing invalid arguments, introduced in r201249Dmitri Gribenko1-0/+3
2014-02-13Revert "[CMake] Disable libclangTests.exe on win32 for now."Juergen Ributzka1-3/+0
2014-02-13[CMake] Disable libclangTests.exe on win32 for now.NAKAMURA Takumi1-1/+3
2014-02-13libclang: fix a bug in processing invalid arguments, introduced in r201249,Dmitri Gribenko1-0/+1
2014-02-12Add Multilib selection machineryJonathan Roelofs1-0/+1
2014-02-12Revert 201202Jonathan Roelofs1-1/+0
2014-02-12Add Multilib selection machineryJonathan Roelofs1-0/+1
2013-08-12Add hooks for typo correction to ExternalSemaSource, courtesy of Luke Zarko.Kaelyn Uhrain1-0/+1
2013-05-29Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so thatRoman Divacky1-5/+9
2012-12-03Initial version of formatting library.Daniel Jasper1-0/+1
2012-07-23add AST unittests to CMake build systemDmitri Gribenko1-0/+1
2012-07-06Adds the AST Matcher library, which provides a in-C++ DSL to expressManuel Klimek1-0/+1
2012-06-21Clang side of a refactoring of the CMake unit test build strategy.Chandler Carruth1-34/+4
2012-06-21Switch Clang to re-use the the newly factored common LLVMChandler Carruth1-41/+4
2012-06-21Simplify the Clang unittest function in the CMake build, and make itChandler Carruth1-27/+35
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth1-1/+1
2012-06-21Remove an unused feature of the clang unittest macro.Chandler Carruth1-6/+4
2012-05-23Adds the Refactoring library, which is a layer on top of the Tooling libraryManuel Klimek1-0/+1
2012-05-22Adds a method overwriteChangedFiles to the Rewriter. This is implemented byManuel Klimek1-1/+2
2012-04-19Adds a unit test for the RecursiveASTVisitor.Manuel Klimek1-1/+2
2012-04-04Adds a tooling library.Manuel Klimek1-0/+6
2012-01-19Add unit testing for Lexer.Argyrios Kyrtzidis1-0/+5
2011-12-21For SourceManager::isBeforeInTranslationUnit(), have it consider macro arg ex...Argyrios Kyrtzidis1-1/+2
2011-12-16C++11 constexpr: Add note stacks containing backtraces if constant evaluationRichard Smith1-5/+0
2011-07-18Define DiagnosticBuilder<<APValue so it's easy to include APValues inJeffrey Yasskin1-0/+5
2011-06-02Reverts the Tooling changes as requested by Chris.Manuel Klimek1-15/+0
2011-05-31This patch implements an AST matching framework that allows to writeManuel Klimek1-0/+5
2011-05-11Handle gcc-compatible compilers (such as clang) the same way we handleOscar Fuentes1-1/+1
2011-04-27This is the next step in building the standalone tools infrastructure:Manuel Klimek1-0/+5
2011-04-21Adds a function to run FrontendActions over in-memory code. This isManuel Klimek1-0/+5
2011-02-20Put targets on folders, if the IDE supports the feature.Oscar Fuentes1-0/+2
2011-02-19Use PARSE_ARGUMENTS to clean up add_clang_unittest's calling convention.Jeffrey Yasskin1-10/+20
2011-02-19Remove support and mc from the clang unittests' dependencies because they're notJeffrey Yasskin1-2/+2
2011-02-18Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne1-2/+2
2011-02-16Adds a CMake target for the Basic lib's unit tests. Reviewed byZhanyong Wan1-0/+6
2011-02-16Improves CMakeLists.txt for Clang's unit tests: make "linkedZhanyong Wan1-11/+7
2011-02-15Add CMake support to the clang unittests.Jeffrey Yasskin1-0/+47