summaryrefslogtreecommitdiff
path: root/test/Modules/namespaces.cpp
AgeCommit message (Expand)Author
2015-06-16[modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith
2014-04-02Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie
2014-03-25Save out a correct lookup table if a lookup table entry is stale (it containsRichard Smith
2014-02-14Consistently print anonymous namespace names as "<anonymous namespace>"David Blaikie
2013-09-09C++ modules: fix a bug where loading a declaration with some name would preventRichard Smith
2013-04-17Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs
2013-02-07Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor
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-13Fix PR10447: lazily building name lookup tables for DeclContexts was broken.Richard Smith
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