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