summaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs/namespaces-left.h
AgeCommit message (Expand)Author
2015-07-08[modules] Fix crash when writing an update record for a redeclaration of an e...Richard Smith
2014-03-25Save out a correct lookup table if a lookup table entry is stale (it containsRichard Smith
2014-03-04Fix typo that resulted in names at TU scope getting lost sometimes after aRichard Smith
2013-02-07Fix handling of module imports adding names to a DeclContext after qualifiedRichard Smith
2012-12-11Use @import rather than @__experimental_modules_import, since theDouglas Gregor
2012-03-01Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek
2012-01-09When deserializing an anonymous namespace from a module, do not attachDouglas Gregor
2012-01-09Implement merging of namespace-scope declarations across modules, soDouglas Gregor
2012-01-09Implement redeclaration merging for namespaces defined in distinctDouglas Gregor
2012-01-07Switch NamespaceDecl from its own hand-rolled redeclaration chain overDouglas Gregor