summaryrefslogtreecommitdiffstats
path: root/unittests/Makefile
Commit message (Expand)AuthorAgeFilesLines
* [Makefile] If ENABLE_CLANG_ARCMT=0 it seems we don't build libclang, so the u...Argyrios Kyrtzidis2014-10-311-2/+2
* Don't segfault in EmitCXXGlobalInitFunc when main file is a membufKeno Fischer2014-08-261-1/+2
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-5/+1
* libclang: fix a bug in processing invalid arguments, introduced in r201249Dmitri Gribenko2014-02-181-1/+1
* Revert "libclang: fix a bug in processing invalid arguments, introduced in r2...Juergen Ributzka2014-02-131-1/+1
* libclang: fix a bug in processing invalid arguments, introduced in r201249,Dmitri Gribenko2014-02-131-1/+1
* Add Multilib selection machineryJonathan Roelofs2014-02-121-1/+1
* Revert 201202Jonathan Roelofs2014-02-121-1/+1
* Add Multilib selection machineryJonathan Roelofs2014-02-121-1/+1
* Fix dependencies now that the ARC migrator depends on the static analyzer.Jordan Rose2013-08-221-6/+2
* Add hooks for typo correction to ExternalSemaSource, courtesy of Luke Zarko.Kaelyn Uhrain2013-08-121-1/+1
* Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the userRoman Divacky2012-12-131-1/+15
* Fixes Makefile for Format unit tests.Fariborz Jahanian2012-12-061-1/+1
* Adds the AST Matcher library, which provides a in-C++ DSL to expressManuel Klimek2012-07-061-1/+1
* Implement a lexer for structured comments.Dmitri Gribenko2012-06-261-1/+1
* Adds a tooling library.Manuel Klimek2012-04-041-1/+1
* Add unit testing for Lexer.Argyrios Kyrtzidis2012-01-191-1/+1
* C++11 constexpr: Add note stacks containing backtraces if constant evaluationRichard Smith2011-12-161-1/+1
* Define DiagnosticBuilder<<APValue so it's easy to include APValues inJeffrey Yasskin2011-07-181-1/+1
* Moves FileManagerTest.cpp to unittests/Basic such that the unit testZhanyong Wan2011-02-151-1/+1
* Improves Clang's virtual file handling.Zhanyong Wan2011-02-111-1/+1
* build: Prevent duplicate inclusion of Makefile.rules, which causes make to warnDaniel Dunbar2011-02-041-0/+1
* Add gTest unittests to clang, and write the first one.Jeffrey Yasskin2011-02-031-0/+27