]> granicus.if.org Git - clang/commit
There's some code in the PCH reader that looks like it's needlessly complex, but
authorNick Lewycky <nicholas@mxc.ca>
Thu, 12 Apr 2012 07:56:21 +0000 (07:56 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 12 Apr 2012 07:56:21 +0000 (07:56 +0000)
commitf33d549b16a4d2f7325a099eee0ab7ee50c9528f
tree3ceb3685ec4b9757703df0a4c9ca318b9d5c7e36
parentff34d401ff385ef7173ca612432b4ea717fff690
There's some code in the PCH reader that looks like it's needlessly complex, but
turns out that it's actually needed for C++ modules support. Since simplifying
it didn't cause any test failures, I'll add a test for it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154582 91177308-0d34-0410-b5e6-96231b3b80d8
test/Modules/Inputs/module.map
test/Modules/Inputs/redecl_namespaces_left.h [new file with mode: 0644]
test/Modules/Inputs/redecl_namespaces_right.h [new file with mode: 0644]
test/Modules/redecl-namespaces.mm [new file with mode: 0644]