summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/chain-late-anonymous-namespace.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix 41 of the 61 tests which fail with modules enabled: we were computing andRichard Smith2013-04-041-0/+2
| | | | | | | | | caching the linkage for a declaration before we set up its redeclaration chain, when determining whether a declaration could be a redeclaration of something from an unimported submodule. We actually want to look at the declaration as if it were not a redeclaration here, so compute the linkage but don't cache it. llvm-svn: 178733
* Set the correct anonymous namespace (must be last reopening), and behave ↵Sebastian Redl2011-04-241-0/+20
| | | | | | correctly in the presence of the ever-annoying linkage specifications. llvm-svn: 130105
* Fix adding an anonymous namespace in a chained PCH to a namespace from a ↵Sebastian Redl2011-04-241-0/+41
previous PCH. Fix anonymous namespaces in PCH. llvm-svn: 130104
OpenPOWER on IntegriCloud