| Age | Commit message (Expand) | Author |
| 2011-09-22 | Rename ExplicitTemplateArgumentList -> ASTTemplateArgumentListInfo, no functi... | Argyrios Kyrtzidis |
| 2011-09-21 | ArrayRef-ifying Function/BlockDecl's setParams | David Blaikie |
| 2011-09-21 | Fix MSVC9 build by providing a full comparator object to lower_bound. | Benjamin Kramer |
| 2011-09-20 | [PCH] Don't store the source range for each preprocessed entity since | Argyrios Kyrtzidis |
| 2011-09-20 | [PCH] Merge ASTReader::LoadPreprocessedEntity with ReadPreprocessedEntity | Argyrios Kyrtzidis |
| 2011-09-20 | The location of the name in MacroDefinition is the beginning of its range, | Argyrios Kyrtzidis |
| 2011-09-19 | In libclang, when visiting preprocessed entities in a source range, use | Argyrios Kyrtzidis |
| 2011-09-19 | Introduce local_begin()/local_end() methods in PreprocessingRecord which | Argyrios Kyrtzidis |
| 2011-09-19 | [libclang] When getting a source location from a file:line:col triplet | Argyrios Kyrtzidis |
| 2011-09-19 | Introduce PreprocessingRecord::getPreprocessedEntitiesInRange() | Argyrios Kyrtzidis |
| 2011-09-19 | Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. | Argyrios Kyrtzidis |
| 2011-09-19 | Const-ify some methods in ASTReader. | Argyrios Kyrtzidis |
| 2011-09-19 | [PCH] Preload the PreloadSLocEntries through the SourceManager and | Argyrios Kyrtzidis |
| 2011-09-17 | With modules, we can end up loading a new module after we've seen an | Douglas Gregor |
| 2011-09-15 | When we load the first module, make sure that we wire up the ASTConsumer to t... | Douglas Gregor |
| 2011-09-15 | [PCH] Overhaul how preprocessed entities are [de]serialized. | Argyrios Kyrtzidis |
| 2011-09-14 | Don't try to write a macro offset for an identifier that names a non-exported... | Douglas Gregor |
| 2011-09-14 | Revert my exported-macro hackery. Something is amiss | Douglas Gregor |
| 2011-09-14 | Make sure that we actually keep the key length and data length in sync when d... | Douglas Gregor |
| 2011-09-14 | Don't try to write a macro offset for an identifier that names a non-exported... | Douglas Gregor |
| 2011-09-13 | [PCH] Fix a regression that r139441 introduced (decls were getting passed | Argyrios Kyrtzidis |
| 2011-09-13 | Switch the serialization of LangOptions over to use the .def file. We | Douglas Gregor |
| 2011-09-13 | Switch LangOptions over to a .def file that describes header of the | Douglas Gregor |
| 2011-09-13 | Keep the source range of attributes. Depends on a llvm tablegen commit. | Argyrios Kyrtzidis |
| 2011-09-12 | [libclang] In ASTUnit::Parse copy the CompilerInvocation object instead of | Argyrios Kyrtzidis |
| 2011-09-10 | remove pedantic ; | Chris Lattner |
| 2011-09-10 | Don't crash when we fail to load a module. It's unbecoming of a | Douglas Gregor |
| 2011-09-10 | Clean up our handling of Objective-C definitions in AST files. Rather | Douglas Gregor |
| 2011-09-10 | Kill of the Decl::PCHLevel field entirely. We now only need to know | Douglas Gregor |
| 2011-09-09 | Eliminate all but one caller of Decl::getPCHLevel() | Douglas Gregor |
| 2011-09-09 | Introduce a new predicate Decl::isFromASTFile() to determine whether a | Douglas Gregor |
| 2011-09-09 | In the ASTReader, replace the never-NULL Preprocessor pointer with a | Douglas Gregor |
| 2011-09-09 | In ASTReader, replace the never-NULL ASTContext pointer with an | Douglas Gregor |
| 2011-09-09 | Mark the translation unit as having lexical/visible storage only when we actu... | Douglas Gregor |
| 2011-09-09 | Back out r139358 "[PCH] When loading the decls linked to an | Douglas Gregor |
| 2011-09-09 | [PCH] When loading the decls linked to an identifier, also make them visible | Argyrios Kyrtzidis |
| 2011-09-09 | Modules: introduce the __module_private__ declaration specifier, which | Douglas Gregor |
| 2011-09-08 | [libclang] Fix annotation and getting a "macro expansion" cursor | Argyrios Kyrtzidis |
| 2011-09-08 | Implement the Objective-C 'instancetype' type, which is an alias of | Douglas Gregor |
| 2011-09-06 | Finish implementing (de-)serialization of the CXXDefinitionData bits | Douglas Gregor |
| 2011-09-02 | Always construct an ASTReader with a non-NULL ASTContext and | Douglas Gregor |
| 2011-09-02 | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor |
| 2011-09-01 | Don't try keeping a 'LeadingEmptyMacroLoc' in NullStmt. This fails | Argyrios Kyrtzidis |
| 2011-09-01 | Modules hide macro definitions by default, so that silly things like | Douglas Gregor |
| 2011-09-01 | Fix "multi-line comment" compiler error. | Argyrios Kyrtzidis |
| 2011-09-01 | Support importing of ObjC categories from modules. | Argyrios Kyrtzidis |
| 2011-08-31 | Serialize the new bits in CXXRecordDecl::DefinitionData. | Sebastian Redl |
| 2011-08-30 | When writing out the entries in a lookup table for a DeclContext, make | Douglas Gregor |
| 2011-08-30 | Remove a few mutating ObjCCategoryDecl methods. | Argyrios Kyrtzidis |
| 2011-08-30 | In ASTWriter::WriteDeclContextVisibleBlock, don't write empty lookups. | Argyrios Kyrtzidis |