| Commit message (Expand) | Author | Age | Files | Lines |
* | [Rewrite] Make RewriteBuffer accessible on its own, and add a unit test for it. | Argyrios Kyrtzidis | 2015-03-08 | 1 | -1/+1 |
* | [analyzer] Individual configuration options can be specified for checkers. | Gabor Horvath | 2015-03-04 | 1 | -1/+1 |
* | [Makefile] If ENABLE_CLANG_ARCMT=0 it seems we don't build libclang, so the u... | Argyrios Kyrtzidis | 2014-10-31 | 1 | -2/+2 |
* | Don't segfault in EmitCXXGlobalInitFunc when main file is a membuf | Keno Fischer | 2014-08-26 | 1 | -1/+2 |
* | Make clang's rewrite engine a core feature | Alp Toker | 2014-07-16 | 1 | -5/+1 |
* | libclang: fix a bug in processing invalid arguments, introduced in r201249 | Dmitri Gribenko | 2014-02-18 | 1 | -1/+1 |
* | Revert "libclang: fix a bug in processing invalid arguments, introduced in r2... | Juergen Ributzka | 2014-02-13 | 1 | -1/+1 |
* | libclang: fix a bug in processing invalid arguments, introduced in r201249, | Dmitri Gribenko | 2014-02-13 | 1 | -1/+1 |
* | Add Multilib selection machinery | Jonathan Roelofs | 2014-02-12 | 1 | -1/+1 |
* | Revert 201202 | Jonathan Roelofs | 2014-02-12 | 1 | -1/+1 |
* | Add Multilib selection machinery | Jonathan Roelofs | 2014-02-12 | 1 | -1/+1 |
* | Fix dependencies now that the ARC migrator depends on the static analyzer. | Jordan Rose | 2013-08-22 | 1 | -6/+2 |
* | Add hooks for typo correction to ExternalSemaSource, courtesy of Luke Zarko. | Kaelyn Uhrain | 2013-08-12 | 1 | -1/+1 |
* | Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user | Roman Divacky | 2012-12-13 | 1 | -1/+15 |
* | Fixes Makefile for Format unit tests. | Fariborz Jahanian | 2012-12-06 | 1 | -1/+1 |
* | Adds the AST Matcher library, which provides a in-C++ DSL to express | Manuel Klimek | 2012-07-06 | 1 | -1/+1 |
* | Implement a lexer for structured comments. | Dmitri Gribenko | 2012-06-26 | 1 | -1/+1 |
* | Adds a tooling library. | Manuel Klimek | 2012-04-04 | 1 | -1/+1 |
* | Add unit testing for Lexer. | Argyrios Kyrtzidis | 2012-01-19 | 1 | -1/+1 |
* | C++11 constexpr: Add note stacks containing backtraces if constant evaluation | Richard Smith | 2011-12-16 | 1 | -1/+1 |
* | Define DiagnosticBuilder<<APValue so it's easy to include APValues in | Jeffrey Yasskin | 2011-07-18 | 1 | -1/+1 |
* | Moves FileManagerTest.cpp to unittests/Basic such that the unit test | Zhanyong Wan | 2011-02-15 | 1 | -1/+1 |
* | Improves Clang's virtual file handling. | Zhanyong Wan | 2011-02-11 | 1 | -1/+1 |
* | build: Prevent duplicate inclusion of Makefile.rules, which causes make to warn | Daniel Dunbar | 2011-02-04 | 1 | -0/+1 |
* | Add gTest unittests to clang, and write the first one. | Jeffrey Yasskin | 2011-02-03 | 1 | -0/+27 |