|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | [PCH] When chaining a PCH and serializing HeaderSearch, make sure the HeaderF... | Argyrios Kyrtzidis | 2011-11-13 | 1 | -4/+6 | 
| * | Fix the signature of the getcontext builtin. Patch by Dimitry Andric. | Rafael Espindola | 2011-11-13 | 1 | -0/+1 | 
| * | Add a method in ASTMutationListener for the last use of Decl's [is/set]Change... | Argyrios Kyrtzidis | 2011-11-12 | 1 | -8/+8 | 
| * | [PCH] When completing an objc forward reference, do not serialize the chain o... | Argyrios Kyrtzidis | 2011-11-12 | 1 | -16/+15 | 
| * | Rework the AST for the initializer of a delegating constructor, so | Douglas Gregor | 2011-11-01 | 1 | -2/+2 | 
| * | [PCH] Now that we store the location of a decl outside its record | Argyrios Kyrtzidis | 2011-10-31 | 1 | -3/+4 | 
| * | [PCH] Sort the file decls by file offset not raw source location. | Argyrios Kyrtzidis | 2011-10-28 | 1 | -4/+5 | 
| * | [PCH] In ASTWriter::associateDeclWithFile don't bother finding the file loc | Argyrios Kyrtzidis | 2011-10-28 | 1 | -4/+7 | 
| * | [PCH] Keep track of file-level declarations that are contained by files. | Argyrios Kyrtzidis | 2011-10-28 | 1 | -43/+127 | 
| * | Make the loading of information attached to an IdentifierInfo from an | Douglas Gregor | 2011-10-27 | 1 | -18/+34 | 
| * | 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 |