summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/cxx-namespaces.h
Commit message (Collapse)AuthorAgeFilesLines
* When setting the external visible declarations for a decl context, checkRichard Smith2013-06-241-0/+3
| | | | | | | whether they replace any existing lookups in the context, rather than accumulating a bunch of lookup results referring to the same entity. llvm-svn: 184679
* When setting the anonymous namespace at PCH reading, it may still be ↵Argyrios Kyrtzidis2010-07-031-0/+7
initializing so avoid the invariant checks at NamespaceDecl::setAnonymousNamespace(). llvm-svn: 107566
OpenPOWER on IntegriCloud