aboutsummaryrefslogtreecommitdiff
path: root/unittests/Makefile
AgeCommit message (Expand)Author
2013-08-22Fix dependencies now that the ARC migrator depends on the static analyzer.Jordan Rose
2013-08-12Add hooks for typo correction to ExternalSemaSource, courtesy of Luke Zarko.Kaelyn Uhrain
2012-12-13Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the userRoman Divacky
2012-12-06Fixes Makefile for Format unit tests.Fariborz Jahanian
2012-07-06Adds the AST Matcher library, which provides a in-C++ DSL to expressManuel Klimek
2012-06-26Implement a lexer for structured comments.Dmitri Gribenko
2012-04-04Adds a tooling library.Manuel Klimek
2012-01-19Add unit testing for Lexer.Argyrios Kyrtzidis
2011-12-16C++11 constexpr: Add note stacks containing backtraces if constant evaluationRichard Smith
2011-07-18Define DiagnosticBuilder<<APValue so it's easy to include APValues inJeffrey Yasskin
2011-02-15Moves FileManagerTest.cpp to unittests/Basic such that the unit testZhanyong Wan
2011-02-11Improves Clang's virtual file handling.Zhanyong Wan
2011-02-04build: Prevent duplicate inclusion of Makefile.rules, which causes make to warnDaniel Dunbar
2011-02-03Add gTest unittests to clang, and write the first one.Jeffrey Yasskin