Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix 41 of the 61 tests which fail with modules enabled: we were computing and | Richard Smith | 2013-04-04 | 1 | -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 Redl | 2011-04-24 | 1 | -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 Redl | 2011-04-24 | 1 | -0/+41 |
previous PCH. Fix anonymous namespaces in PCH. llvm-svn: 130104 |