| Commit message (Expand) | Author | Age | Files | Lines |
| * | [libclang] Add infrastructure to be able to only deserialize decls in a file ... | Argyrios Kyrtzidis | 2011-11-03 | 1 | -0/+87 |
| * | Rework the AST for the initializer of a delegating constructor, so | Douglas Gregor | 2011-11-01 | 1 | -10/+9 |
| * | [PCH] Now that we store the location of a decl outside its record | Argyrios Kyrtzidis | 2011-10-31 | 1 | -3/+3 |
| * | [PCH] For ASTReader's FileDeclIDs also associate the Module that the | Argyrios Kyrtzidis | 2011-10-31 | 1 | -1/+2 |
| * | [PCH] Keep track of file-level declarations that are contained by files. | Argyrios Kyrtzidis | 2011-10-28 | 1 | -0/+11 |
| * | [PCH] Pull the location out of the serialized declarations and put it in the ... | Argyrios Kyrtzidis | 2011-10-27 | 1 | -1/+1 |
| * | Make the loading of information attached to an IdentifierInfo from an | Douglas Gregor | 2011-10-27 | 1 | -75/+60 |
| * | Restore r142914 and r142915, now with missing file and apparent | John McCall | 2011-10-25 | 1 | -0/+1 |
| * | Revert r142914 and r142915, due to possibly missing file. | NAKAMURA Takumi | 2011-10-25 | 1 | -1/+0 |
| * | Introduce a placeholder type for "pseudo object" | John McCall | 2011-10-25 | 1 | -0/+1 |
| * | [PCH] When visiting preprocessed entities, make it possible to avoid deserial... | Argyrios Kyrtzidis | 2011-10-25 | 1 | -5/+35 |
| * | Controlling macros are identifiers, not declarations. | Douglas Gregor | 2011-10-17 | 1 | -1/+2 |
| * | Add a new placeholder type to represent "unbridged" | John McCall | 2011-10-17 | 1 | -0/+5 |
| * | For modules, all macros that aren't include guards are implicitly | Douglas Gregor | 2011-10-17 | 1 | -2/+3 |
| * | Provide half floating point support as a storage only type. | Anton Korobeynikov | 2011-10-14 | 1 | -0/+1 |
| * | Support for C1x _Atomic specifier (see testcase). This is primarily being co... | Eli Friedman | 2011-10-06 | 1 | -0/+14 |
| * | Add a comment in ASTReader::ReadPragmaDiagnosticMappings that the user bit | Argyrios Kyrtzidis | 2011-09-26 | 1 | -0/+1 |
| * | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -2/+2 |
| * | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie | 2011-09-23 | 1 | -2/+0 |
| * | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -2/+2 |
| * | Do manual binary search for preprocessing entities because their end locations | Argyrios Kyrtzidis | 2011-09-22 | 1 | -3/+22 |
| * | Fix MSVC9 build by providing a full comparator object to lower_bound. | Benjamin Kramer | 2011-09-21 | 1 | -2/+8 |
| * | [PCH] Don't store the source range for each preprocessed entity since | Argyrios Kyrtzidis | 2011-09-20 | 1 | -19/+15 |
| * | [PCH] Merge ASTReader::LoadPreprocessedEntity with ReadPreprocessedEntity | Argyrios Kyrtzidis | 2011-09-20 | 1 | -93/+94 |
| * | The location of the name in MacroDefinition is the beginning of its range, | Argyrios Kyrtzidis | 2011-09-20 | 1 | -1/+0 |
| * | In libclang, when visiting preprocessed entities in a source range, use | Argyrios Kyrtzidis | 2011-09-19 | 1 | -10/+0 |
| * | [libclang] When getting a source location from a file:line:col triplet | Argyrios Kyrtzidis | 2011-09-19 | 1 | -13/+5 |
| * | Introduce PreprocessingRecord::getPreprocessedEntitiesInRange() | Argyrios Kyrtzidis | 2011-09-19 | 1 | -5/+130 |
| * | Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. | Argyrios Kyrtzidis | 2011-09-19 | 1 | -2/+2 |
| * | Const-ify some methods in ASTReader. | Argyrios Kyrtzidis | 2011-09-19 | 1 | -2/+2 |
| * | [PCH] Preload the PreloadSLocEntries through the SourceManager and | Argyrios Kyrtzidis | 2011-09-19 | 1 | -3/+5 |
| * | When we load the first module, make sure that we wire up the ASTConsumer to t... | Douglas Gregor | 2011-09-15 | 1 | -0/+1 |
| * | [PCH] Overhaul how preprocessed entities are [de]serialized. | Argyrios Kyrtzidis | 2011-09-15 | 1 | -135/+45 |
| * | [PCH] Fix a regression that r139441 introduced (decls were getting passed | Argyrios Kyrtzidis | 2011-09-13 | 1 | -2/+21 |
| * | Switch the serialization of LangOptions over to use the .def file. We | Douglas Gregor | 2011-09-13 | 1 | -164/+30 |
| * | Switch LangOptions over to a .def file that describes header of the | Douglas Gregor | 2011-09-13 | 1 | -6/+6 |
| * | [libclang] In ASTUnit::Parse copy the CompilerInvocation object instead of | Argyrios Kyrtzidis | 2011-09-12 | 1 | -1/+5 |
| * | Don't crash when we fail to load a module. It's unbecoming of a | Douglas Gregor | 2011-09-10 | 1 | -77/+79 |
| * | In the ASTReader, replace the never-NULL Preprocessor pointer with a | Douglas Gregor | 2011-09-09 | 1 | -85/+59 |
| * | In ASTReader, replace the never-NULL ASTContext pointer with an | Douglas Gregor | 2011-09-09 | 1 | -194/+160 |
| * | Mark the translation unit as having lexical/visible storage only when we actu... | Douglas Gregor | 2011-09-09 | 1 | -4/+5 |
| * | Back out r139358 "[PCH] When loading the decls linked to an | Douglas Gregor | 2011-09-09 | 1 | -8/+0 |
| * | [PCH] When loading the decls linked to an identifier, also make them visible | Argyrios Kyrtzidis | 2011-09-09 | 1 | -0/+8 |
| * | [libclang] Fix annotation and getting a "macro expansion" cursor | Argyrios Kyrtzidis | 2011-09-08 | 1 | -4/+9 |
| * | Implement the Objective-C 'instancetype' type, which is an alias of | Douglas Gregor | 2011-09-08 | 1 | -0/+4 |
| * | Always construct an ASTReader with a non-NULL ASTContext and | Douglas Gregor | 2011-09-02 | 1 | -22/+2 |
| * | Modules hide macro definitions by default, so that silly things like | Douglas Gregor | 2011-09-01 | 1 | -5/+6 |
| * | Support importing of ObjC categories from modules. | Argyrios Kyrtzidis | 2011-09-01 | 1 | -0/+21 |
| * | Remove obsolete ObjCInferRelatedReturnType from LangOptions...the correct opt... | Jordy Rose | 2011-08-30 | 1 | -2/+0 |
| * | Remove unused variables noticed by GCC. | Benjamin Kramer | 2011-08-27 | 1 | -5/+0 |