Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When setting the external visible declarations for a decl context, check | Richard Smith | 2013-06-24 | 1 | -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 Kyrtzidis | 2010-07-03 | 1 | -0/+7 |
initializing so avoid the invariant checks at NamespaceDecl::setAnonymousNamespace(). llvm-svn: 107566 |