Age | Commit message (Expand) | Author |
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 | Introduce PreprocessingRecord::getPreprocessedEntitiesInRange() | 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 | [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 | 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-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-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 | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor |
2011-09-01 | Modules hide macro definitions by default, so that silly things like | Douglas Gregor |
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 | In ASTWriter::WriteDeclContextVisibleBlock, don't write empty lookups. | Argyrios Kyrtzidis |
2011-08-30 | Remove obsolete ObjCInferRelatedReturnType from LangOptions...the correct opt... | Jordy Rose |
2011-08-24 | Don't force the complete deserialization of the visible-declarations | Douglas Gregor |
2011-08-21 | Boost the efficiency of SourceManager::getMacroArgExpandedLocation. | Argyrios Kyrtzidis |
2011-08-18 | Keep track of which modules have been loaded directly (e.g., via | Douglas Gregor |
2011-08-17 | In the AST file format, eliminate the CHAINED_METADATA record. Instead, | Douglas Gregor |
2011-08-17 | [PCH] When writing out ExpansionInfo, make sure we don't lose track if it's a... | Argyrios Kyrtzidis |
2011-08-12 | Switch the __int128_t and __uint128_t types over to predefined types | Douglas Gregor |
2011-08-12 | Switch the Objective-C 'SEL' type over to a predefined type in the | Douglas Gregor |
2011-08-12 | Switch the Objective-C 'Class' type over to a predefined type in the | Douglas Gregor |
2011-08-12 | Move the creation of the predefined typedef for Objective-C's 'id' | Douglas Gregor |
2011-08-12 | Collapse ASTWriter::WriteASTChain into ASTWriter::WriteASTCore, | Douglas Gregor |
2011-08-12 | In the serialized AST format, make the translation unit a "predefined" | Douglas Gregor |
2011-08-11 | The AST reader and writer don't need accessors for poking at the predefined O... | Douglas Gregor |
2011-08-10 | Renamings to consistently use 'Constexpr' not 'ConstExpr' when referring to t... | Richard Smith |
2011-08-09 | Move the creation of the record type for the state of Objective-C fast | Douglas Gregor |
2011-08-09 | Don't serialize the block descriptor or block extended descriptor | Douglas Gregor |
2011-08-09 | Move the construction of the RecordDecl representing the runtime | Douglas Gregor |
2011-08-09 | Migrate the serialization of ASTContext's AutoDeduceTy and | Douglas Gregor |
2011-08-04 | Introduce local -> global mapping for preprocessed entity IDs. This is | Douglas Gregor |
2011-08-04 | In the AST reader and writer, slide the preprocessed entity IDs by +1 | Douglas Gregor |
2011-08-04 | Add some missing record names to the AST output. No functionality change, but... | Douglas Gregor |
2011-08-04 | Implement the local -> global remapping for macro definition IDs in | Douglas Gregor |
2011-08-04 | Don't introduce a local -> global mapping for CXXBaseSpecifiers. The | Douglas Gregor |
2011-08-03 | Introduce local -> global selector ID mapping into the AST | Douglas Gregor |