| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | For modules, all macros that aren't include guards are implicitly | Douglas Gregor | 2011-10-17 | 1 | -3/+4 |
* | Rename TagDecl::isDefinition -> isCompleteDefinition | John McCall | 2011-10-07 | 1 | -2/+2 |
* | Support for C1x _Atomic specifier (see testcase). This is primarily being co... | Eli Friedman | 2011-10-06 | 1 | -0/+12 |
* | Basic/Diagnostic: Add a DiagSate::getOrAddMappingInfo method. | Daniel Dunbar | 2011-09-29 | 1 | -1/+1 |
* | Basic/Diagnostics: Add a DiagnosticMappingInfo helper class, and switch to | Daniel Dunbar | 2011-09-29 | 1 | -4/+3 |
* | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -4/+4 |
* | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -2/+2 |
* | [PCH] Don't store the source range for each preprocessed entity since | Argyrios Kyrtzidis | 2011-09-20 | 1 | -8/+0 |
* | [PCH] Merge ASTReader::LoadPreprocessedEntity with ReadPreprocessedEntity | Argyrios Kyrtzidis | 2011-09-20 | 1 | -4/+0 |
* | 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 | -16/+1 |
* | Introduce local_begin()/local_end() methods in PreprocessingRecord which | Argyrios Kyrtzidis | 2011-09-19 | 1 | -3/+3 |
* | Introduce PreprocessingRecord::getPreprocessedEntitiesInRange() | Argyrios Kyrtzidis | 2011-09-19 | 1 | -2/+3 |
* | With modules, we can end up loading a new module after we've seen an | Douglas Gregor | 2011-09-17 | 1 | -7/+69 |
* | [PCH] Overhaul how preprocessed entities are [de]serialized. | Argyrios Kyrtzidis | 2011-09-15 | 1 | -51/+23 |
* | Don't try to write a macro offset for an identifier that names a non-exported... | Douglas Gregor | 2011-09-14 | 1 | -17/+13 |
* | Revert my exported-macro hackery. Something is amiss | Douglas Gregor | 2011-09-14 | 1 | -12/+13 |
* | Make sure that we actually keep the key length and data length in sync when d... | Douglas Gregor | 2011-09-14 | 1 | -14/+12 |
* | Don't try to write a macro offset for an identifier that names a non-exported... | Douglas Gregor | 2011-09-14 | 1 | -1/+2 |
* | Switch the serialization of LangOptions over to use the .def file. We | Douglas Gregor | 2011-09-13 | 1 | -87/+5 |
* | Switch LangOptions over to a .def file that describes header of the | Douglas Gregor | 2011-09-13 | 1 | -2/+2 |
* | Keep the source range of attributes. Depends on a llvm tablegen commit. | Argyrios Kyrtzidis | 2011-09-13 | 1 | -1/+1 |
* | Eliminate all but one caller of Decl::getPCHLevel() | Douglas Gregor | 2011-09-09 | 1 | -2/+0 |
* | Introduce a new predicate Decl::isFromASTFile() to determine whether a | Douglas Gregor | 2011-09-09 | 1 | -14/+14 |
* | [libclang] Fix annotation and getting a "macro expansion" cursor | Argyrios Kyrtzidis | 2011-09-08 | 1 | -2/+5 |
* | Implement the Objective-C 'instancetype' type, which is an alias of | Douglas Gregor | 2011-09-08 | 1 | -0/+2 |
* | Finish implementing (de-)serialization of the CXXDefinitionData bits | Douglas Gregor | 2011-09-06 | 1 | -0/+4 |
* | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor | 2011-09-02 | 1 | -1/+1 |
* | Modules hide macro definitions by default, so that silly things like | Douglas Gregor | 2011-09-01 | 1 | -32/+51 |
* | Support importing of ObjC categories from modules. | Argyrios Kyrtzidis | 2011-09-01 | 1 | -0/+34 |
* | Serialize the new bits in CXXRecordDecl::DefinitionData. | Sebastian Redl | 2011-08-31 | 1 | -0/+2 |
* | When writing out the entries in a lookup table for a DeclContext, make | Douglas Gregor | 2011-08-30 | 1 | -1/+24 |
* | In ASTWriter::WriteDeclContextVisibleBlock, don't write empty lookups. | Argyrios Kyrtzidis | 2011-08-30 | 1 | -2/+4 |
* | Remove obsolete ObjCInferRelatedReturnType from LangOptions...the correct opt... | Jordy Rose | 2011-08-30 | 1 | -1/+0 |
* | Don't force the complete deserialization of the visible-declarations | Douglas Gregor | 2011-08-24 | 1 | -3/+1 |
* | Boost the efficiency of SourceManager::getMacroArgExpandedLocation. | Argyrios Kyrtzidis | 2011-08-21 | 1 | -0/+3 |
* | Keep track of which modules have been loaded directly (e.g., via | Douglas Gregor | 2011-08-18 | 1 | -15/+20 |
* | In the AST file format, eliminate the CHAINED_METADATA record. Instead, | Douglas Gregor | 2011-08-17 | 1 | -10/+22 |
* | [PCH] When writing out ExpansionInfo, make sure we don't lose track if it's a... | Argyrios Kyrtzidis | 2011-08-17 | 1 | -1/+2 |
* | Switch the __int128_t and __uint128_t types over to predefined types | Douglas Gregor | 2011-08-12 | 1 | -1/+4 |
* | Switch the Objective-C 'SEL' type over to a predefined type in the | Douglas Gregor | 2011-08-12 | 1 | -1/+2 |
* | Switch the Objective-C 'Class' type over to a predefined type in the | Douglas Gregor | 2011-08-12 | 1 | -2/+3 |
* | Move the creation of the predefined typedef for Objective-C's 'id' | Douglas Gregor | 2011-08-12 | 1 | -2/+3 |
* | Collapse ASTWriter::WriteASTChain into ASTWriter::WriteASTCore, | Douglas Gregor | 2011-08-12 | 1 | -306/+103 |
* | In the serialized AST format, make the translation unit a "predefined" | Douglas Gregor | 2011-08-12 | 1 | -5/+46 |
* | The AST reader and writer don't need accessors for poking at the predefined O... | Douglas Gregor | 2011-08-11 | 1 | -4/+4 |
* | Renamings to consistently use 'Constexpr' not 'ConstExpr' when referring to t... | Richard Smith | 2011-08-10 | 1 | -1/+1 |
* | Move the creation of the record type for the state of Objective-C fast | Douglas Gregor | 2011-08-09 | 1 | -1/+0 |
* | Don't serialize the block descriptor or block extended descriptor | Douglas Gregor | 2011-08-09 | 1 | -2/+0 |
* | Move the construction of the RecordDecl representing the runtime | Douglas Gregor | 2011-08-09 | 1 | -1/+0 |