summaryrefslogtreecommitdiff
path: root/test/Modules/redecl-merge.m
Commit message (Expand)AuthorAgeFilesLines
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-161-1/+1
* Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs2013-04-171-8/+10
* Ensure that the identifier chains have the most recent declaration after modu...Douglas Gregor2013-02-181-1/+24
* Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor2013-02-071-1/+1
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-111-4/+4
* Merge pending instantiations instead of overwriting existing ones.Axel Naumann2012-10-021-20/+6
* Also merge template redeclarations.Axel Naumann2012-10-011-0/+3
* Bring ASTReader and Writer into sync for the case where a canonical template ...Axel Naumann2012-10-011-0/+3
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-2/+2
* Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek2012-03-011-4/+4
* When deserializing the definition of a C++ class/ObjC class/ObjCDouglas Gregor2012-01-151-0/+7
* (Implicit) parameters deserialized as part of a function type must notDouglas Gregor2012-01-131-0/+3
* Always allow redefinition of typedefs when modules are enabled. ThisDouglas Gregor2012-01-091-1/+1
* When we're performing name lookup for a tag, we still allow ourselvesDouglas Gregor2012-01-051-2/+2
* Implement declaration merging for variables in disjoint modules.Douglas Gregor2012-01-041-0/+8
* Implement declaration merging for non-template functions fromDouglas Gregor2012-01-041-0/+8
* Test "merging" of typedef types across distinct modules. At present,Douglas Gregor2012-01-031-0/+9
* Implement cross-module declaration merging for tag declarations, soDouglas Gregor2012-01-031-0/+23
* Introduce a non-uglified syntax for module imports in Objective-C:Douglas Gregor2012-01-031-4/+4
* Don't attempt to merge a deserialized declaration with existingDouglas Gregor2012-01-031-2/+2
* Implement declaration merging for Objective-C protocols acrossDouglas Gregor2012-01-011-0/+8
* Wire up redeclaration chains for Objective-C protocols, so that bothDouglas Gregor2012-01-011-0/+5
* Serialize the AST reader's mapping from canonical declarations to theDouglas Gregor2011-12-221-1/+6
* If we end up merging an Objective-C class with an existing Objective-CDouglas Gregor2011-12-221-0/+8
* When deserializing an Objective-C class, check whether we have anotherDouglas Gregor2011-12-221-0/+24
* When performing name lookup for a redeclaration, ignore moduleDouglas Gregor2011-12-201-0/+12
* Once we have fully deserialized a redeclaration chain for somethingDouglas Gregor2011-12-191-2/+2
* Re-implement (de-)serialization of redeclaration chains forDouglas Gregor2011-12-191-0/+7
* The submodule offset map can introduce "empty" remapping entries forDouglas Gregor2011-12-191-0/+5
* Optimize serialized representation of redeclarable declarations forDouglas Gregor2011-12-191-0/+5
* Make sure this test works in C++, tooDouglas Gregor2011-12-191-0/+1
* Completely re-implement (de-)serialization of declarationDouglas Gregor2011-12-171-0/+20