Age | Commit message (Expand) | Author |
2013-04-17 | Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. | Andy Gibbs |
2013-02-18 | Ensure that the identifier chains have the most recent declaration after modu... | Douglas Gregor |
2013-02-07 | Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste... | Douglas Gregor |
2012-12-11 | Use @import rather than @__experimental_modules_import, since the | Douglas Gregor |
2012-10-02 | Merge pending instantiations instead of overwriting existing ones. | Axel Naumann |
2012-10-01 | Also merge template redeclarations. | Axel Naumann |
2012-10-01 | Bring ASTReader and Writer into sync for the case where a canonical template ... | Axel Naumann |
2012-04-06 | Added a new attribute, objc_root_class, which informs the compiler when a roo... | Patrick Beard |
2012-03-01 | Change @import to @__experimental_modules_import. We are not ready to commit... | Ted Kremenek |
2012-01-15 | When deserializing the definition of a C++ class/ObjC class/ObjC | Douglas Gregor |
2012-01-13 | (Implicit) parameters deserialized as part of a function type must not | Douglas Gregor |
2012-01-09 | Always allow redefinition of typedefs when modules are enabled. This | Douglas Gregor |
2012-01-05 | When we're performing name lookup for a tag, we still allow ourselves | Douglas Gregor |
2012-01-04 | Implement declaration merging for variables in disjoint modules. | Douglas Gregor |
2012-01-04 | Implement declaration merging for non-template functions from | Douglas Gregor |
2012-01-03 | Test "merging" of typedef types across distinct modules. At present, | Douglas Gregor |
2012-01-03 | Implement cross-module declaration merging for tag declarations, so | Douglas Gregor |
2012-01-03 | Introduce a non-uglified syntax for module imports in Objective-C: | Douglas Gregor |
2012-01-03 | Don't attempt to merge a deserialized declaration with existing | Douglas Gregor |
2012-01-01 | Implement declaration merging for Objective-C protocols across | Douglas Gregor |
2012-01-01 | Wire up redeclaration chains for Objective-C protocols, so that both | Douglas Gregor |
2011-12-22 | Serialize the AST reader's mapping from canonical declarations to the | Douglas Gregor |
2011-12-22 | If we end up merging an Objective-C class with an existing Objective-C | Douglas Gregor |
2011-12-22 | When deserializing an Objective-C class, check whether we have another | Douglas Gregor |
2011-12-20 | When performing name lookup for a redeclaration, ignore module | Douglas Gregor |
2011-12-19 | Once we have fully deserialized a redeclaration chain for something | Douglas Gregor |
2011-12-19 | Re-implement (de-)serialization of redeclaration chains for | Douglas Gregor |
2011-12-19 | The submodule offset map can introduce "empty" remapping entries for | Douglas Gregor |
2011-12-19 | Optimize serialized representation of redeclarable declarations for | Douglas Gregor |
2011-12-19 | Make sure this test works in C++, too | Douglas Gregor |
2011-12-17 | Completely re-implement (de-)serialization of declaration | Douglas Gregor |