summaryrefslogtreecommitdiff
path: root/unittests/Makefile
Commit message (Expand)AuthorAge
* libclang: fix a bug in processing invalid arguments, introduced in r201249Dmitri Gribenko2014-02-18
* Revert "libclang: fix a bug in processing invalid arguments, introduced in r2...Juergen Ributzka2014-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
* Fix dependencies now that the ARC migrator depends on the static analyzer.Jordan Rose2013-08-22
* Add hooks for typo correction to ExternalSemaSource, courtesy of Luke Zarko.Kaelyn Uhrain2013-08-12
* Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the userRoman Divacky2012-12-13
* Fixes Makefile for Format unit tests.Fariborz Jahanian2012-12-06
* Adds the AST Matcher library, which provides a in-C++ DSL to expressManuel Klimek2012-07-06
* Implement a lexer for structured comments.Dmitri Gribenko2012-06-26
* Adds a tooling library.Manuel Klimek2012-04-04
* Add unit testing for Lexer.Argyrios Kyrtzidis2012-01-19
* 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
* Moves FileManagerTest.cpp to unittests/Basic such that the unit testZhanyong Wan2011-02-15
* Improves Clang's virtual file handling.Zhanyong Wan2011-02-11
* build: Prevent duplicate inclusion of Makefile.rules, which causes make to warnDaniel Dunbar2011-02-04
* Add gTest unittests to clang, and write the first one.Jeffrey Yasskin2011-02-03