Age | Commit message (Expand) | Author | Files | Lines |
2014-03-07 | [Preprocessor] Pass TranslationUnitKind to the preprocessor and if it is TU_P... | Argyrios Kyrtzidis | 1 | -5/+11 |
2014-02-02 | Report a correct end location for nameless parameters. | Benjamin Kramer | 1 | -1/+1 |
2013-08-07 | [PCH] Fix a PCH serialization crash, with invalid code related to forward enu... | Argyrios Kyrtzidis | 1 | -3/+5 |
2011-10-05 | Expose more statement, expression, and declaration kinds in libclang, | Douglas Gregor | 1 | -2/+2 |
2011-03-08 | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 1 | -2/+2 |
2010-09-20 | Get rid of the lame attempt to prioritize "void" functions at | Douglas Gregor | 1 | -1/+1 |
2010-09-10 | Add libclang support for label statements, gotos, and taking the | Douglas Gregor | 1 | -4/+0 |
2010-08-24 | Give a slight preference to functions returning "void" when we're | Douglas Gregor | 1 | -1/+1 |
2010-08-13 | Implement clang_saveTranslationUnit(), which saves a translation unit | Douglas Gregor | 1 | -1/+1 |
2010-08-09 | Use precompiled preambles for in-process code completion. | Douglas Gregor | 1 | -0/+8 |
2010-08-03 | When using a precompiled preamble, keep track of the top-level | Douglas Gregor | 1 | -0/+10 |
2010-08-02 | When using a precompiled preamble, save the diagnostics produced when | Douglas Gregor | 1 | -1/+3 |
2010-07-30 | tests: Use env instead of assuming bash. | Daniel Dunbar | 1 | -1/+1 |
2010-07-27 | Implement -fno-validate-pch at the -cc1 level, which suppresses most | Douglas Gregor | 1 | -6/+1 |
2010-07-26 | When remapping a virtual file, also make an entry for the file with | Douglas Gregor | 1 | -0/+13 |