summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/namespaces.cpp
Commit message (Expand)AuthorAgeFilesLines
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-161-1/+1
* Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie2014-04-021-2/+2
* Save out a correct lookup table if a lookup table entry is stale (it containsRichard Smith2014-03-251-0/+3
* Consistently print anonymous namespace names as "<anonymous namespace>"David Blaikie2014-02-141-2/+2
* C++ modules: fix a bug where loading a declaration with some name would preventRichard Smith2013-09-091-0/+7
* Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs2013-04-171-2/+2
* Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor2013-02-071-1/+1
* Fix handling of module imports adding names to a DeclContext after qualifiedRichard Smith2013-02-071-6/+19
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-111-2/+2
* Fix PR10447: lazily building name lookup tables for DeclContexts was broken.Richard Smith2012-03-131-0/+4
* Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek2012-03-011-2/+2
* When deserializing an anonymous namespace from a module, do not attachDouglas Gregor2012-01-091-0/+11
* Implement merging of namespace-scope declarations across modules, soDouglas Gregor2012-01-091-0/+13
* Implement redeclaration merging for namespaces defined in distinctDouglas Gregor2012-01-091-0/+21
* Switch NamespaceDecl from its own hand-rolled redeclaration chain overDouglas Gregor2012-01-071-0/+15
OpenPOWER on IntegriCloud