]> granicus.if.org Git - clang/history - unittests/CMakeLists.txt
This call-site should have been updated as part of D34304.
[clang] / unittests / CMakeLists.txt
2017-06-30 Alex Lorenz[refactor] Move clang-rename into the clang repository
2016-07-08 Alexander KornienkoCFGBuilder: Fix crash when visiting a range-based for...
2015-12-04 Chris Bieneman[CMake] Don't build the libclang tests unless you're...
2015-07-05 Yaron KerenDocument problems when trying libclang tests on Windows 7.
2015-03-08 Argyrios Kyrtzidis[Rewrite] Make RewriteBuffer accessible on its own...
2015-03-04 Gabor Horvath[analyzer] Individual configuration options can be...
2014-08-26 Keno FischerDon't segfault in EmitCXXGlobalInitFunc when main file...
2014-07-16 Alp TokerMake clang's rewrite engine a core feature
2014-02-18 Dmitri Gribenkolibclang: fix a bug in processing invalid arguments...
2014-02-13 Juergen RibutzkaRevert "[CMake] Disable libclangTests.exe on win32...
2014-02-13 NAKAMURA Takumi[CMake] Disable libclangTests.exe on win32 for now.
2014-02-13 Dmitri Gribenkolibclang: fix a bug in processing invalid arguments...
2014-02-12 Jonathan RoelofsAdd Multilib selection machinery
2014-02-12 Jonathan RoelofsRevert 201202
2014-02-12 Jonathan RoelofsAdd Multilib selection machinery
2013-08-12 Kaelyn UhrainAdd hooks for typo correction to ExternalSemaSource...
2013-05-29 Roman DivackyTurn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER}...
2012-12-03 Daniel JasperInitial version of formatting library.
2012-07-23 Dmitri Gribenkoadd AST unittests to CMake build system
2012-07-06 Manuel KlimekAdds the AST Matcher library, which provides a in-C...
2012-06-21 Chandler CarruthClang side of a refactoring of the CMake unit test...
2012-06-21 Chandler CarruthSwitch Clang to re-use the the newly factored common...
2012-06-21 Chandler CarruthSimplify the Clang unittest function in the CMake build...
2012-06-21 Chandler CarruthRemove a goofy CMake hack and use the standard CMake...
2012-06-21 Chandler CarruthRemove an unused feature of the clang unittest macro.
2012-05-23 Manuel KlimekAdds the Refactoring library, which is a layer on top...
2012-05-22 Manuel KlimekAdds a method overwriteChangedFiles to the Rewriter...
2012-04-19 Manuel KlimekAdds a unit test for the RecursiveASTVisitor.
2012-04-04 Manuel KlimekAdds a tooling library.
2012-01-19 Argyrios KyrtzidisAdd unit testing for Lexer.
2011-12-21 Argyrios KyrtzidisFor SourceManager::isBeforeInTranslationUnit(), have...
2011-12-16 Richard SmithC++11 constexpr: Add note stacks containing backtraces...
2011-07-18 Jeffrey YasskinDefine DiagnosticBuilder<<APValue so it's easy to inclu...
2011-06-02 Manuel KlimekReverts the Tooling changes as requested by Chris.
2011-05-31 Manuel KlimekThis patch implements an AST matching framework that...
2011-05-11 Oscar FuentesHandle gcc-compatible compilers (such as clang) the...
2011-04-27 Manuel KlimekThis is the next step in building the standalone tools...
2011-04-21 Manuel KlimekAdds a function to run FrontendActions over in-memory...
2011-02-20 Oscar FuentesPut targets on folders, if the IDE supports the feature.
2011-02-19 Jeffrey YasskinUse PARSE_ARGUMENTS to clean up add_clang_unittest...
2011-02-19 Jeffrey YasskinRemove support and mc from the clang unittests' depende...
2011-02-18 Peter CollingbourneMove CompilerInstance::LLVMContext and LLVMContext...
2011-02-16 Zhanyong WanAdds a CMake target for the Basic lib's unit tests...
2011-02-16 Zhanyong WanImproves CMakeLists.txt for Clang's unit tests: make...
2011-02-15 Jeffrey YasskinAdd CMake support to the clang unittests.