Age | Commit message (Expand) | Author |
2011-12-12 | Tweak submodule ID handling in the AST writer | Douglas Gregor |
2011-12-08 | Implement umbrella directories for modules, which are similar to | Douglas Gregor |
2011-12-08 | Within the module representation, generalize the notion of an umbrella | Douglas Gregor |
2011-12-06 | Implement inferred submodules support, which (when requested) | Douglas Gregor |
2011-12-05 | Parse inferred submodules in module maps, track their contents in | Douglas Gregor |
2011-12-05 | Implement support for wildcard exports in modules, allowing a module | Douglas Gregor |
2011-12-05 | Actually add a useful bit to the comment pre-FIXME | Douglas Gregor |
2011-12-05 | When writing a module file, keep track of the set of (sub)modules that | Douglas Gregor |
2011-12-03 | Module files representing actual modules don't need to know the set of module... | Douglas Gregor |
2011-12-03 | Implement support for precompiled headers, preambles, and serialized | Douglas Gregor |
2011-12-02 | Implement (de-)serialization of the set of exported modules in a | Douglas Gregor |
2011-12-02 | Notify the AST writer (via ASTDeserializationListener) when a | Douglas Gregor |
2011-12-02 | Implement name hiding for macro definitions within modules, such that | Douglas Gregor |
2011-12-01 | Implement name hiding for declarations deserialized from a non-visible | Douglas Gregor |
2011-12-01 | Infer the submodule ID for a given declaration based on the location | Douglas Gregor |
2011-12-01 | Switch the ID numbers used for submodule IDs in the AST reader over to | Douglas Gregor |
2011-11-30 | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor |
2011-11-30 | Implement (de-)serialization of the description of a module and its | Douglas Gregor |
2011-11-30 | When writing a module file, pass the module through to the AST | Douglas Gregor |
2011-11-16 | Implement (de-)serialization of the buffer contents for an overridden | Douglas Gregor |
2011-11-15 | Add a -cc1-level option -fmodule-name=<name>, which will be used when | Douglas Gregor |
2011-11-14 | [PCH] Do not crash if a class extension in a chained PCH introduces/redeclare... | Argyrios Kyrtzidis |
2011-11-14 | [PCH] In ASTWriter::WriteChainedObjCCategories use getDeclID since the decls | Argyrios Kyrtzidis |
2011-11-13 | [PCH] When chaining a PCH and serializing HeaderSearch, make sure the HeaderF... | Argyrios Kyrtzidis |
2011-11-13 | Fix the signature of the getcontext builtin. Patch by Dimitry Andric. | Rafael Espindola |
2011-11-12 | Add a method in ASTMutationListener for the last use of Decl's [is/set]Change... | Argyrios Kyrtzidis |
2011-11-12 | [PCH] When completing an objc forward reference, do not serialize the chain o... | Argyrios Kyrtzidis |
2011-11-01 | Rework the AST for the initializer of a delegating constructor, so | Douglas Gregor |
2011-10-31 | [PCH] Now that we store the location of a decl outside its record | Argyrios Kyrtzidis |
2011-10-28 | [PCH] Sort the file decls by file offset not raw source location. | Argyrios Kyrtzidis |
2011-10-28 | [PCH] In ASTWriter::associateDeclWithFile don't bother finding the file loc | Argyrios Kyrtzidis |
2011-10-28 | [PCH] Keep track of file-level declarations that are contained by files. | Argyrios Kyrtzidis |
2011-10-27 | Make the loading of information attached to an IdentifierInfo from an | Douglas Gregor |
2011-10-17 | For modules, all macros that aren't include guards are implicitly | Douglas Gregor |
2011-10-07 | Rename TagDecl::isDefinition -> isCompleteDefinition | John McCall |
2011-10-06 | Support for C1x _Atomic specifier (see testcase). This is primarily being co... | Eli Friedman |
2011-09-29 | Basic/Diagnostic: Add a DiagSate::getOrAddMappingInfo method. | Daniel Dunbar |
2011-09-29 | Basic/Diagnostics: Add a DiagnosticMappingInfo helper class, and switch to | Daniel Dunbar |
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
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 |