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