]> granicus.if.org Git - clang/commit
Add test for AST importing of C++ namespaces, missing from a prior commit
authorDouglas Gregor <dgregor@apple.com>
Wed, 24 Feb 2010 21:53:36 +0000 (21:53 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 24 Feb 2010 21:53:36 +0000 (21:53 +0000)
commit5821249f8f95f7c3c059f3135baa98e7b9d9e1fc
treebb4611f7f470bda2a4748f69f3a76e8f29082590
parent81895a21a192af877dece28ebd88219b3faa9bb2
Add test for AST importing of C++ namespaces, missing from a prior commit

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97062 91177308-0d34-0410-b5e6-96231b3b80d8
test/ASTMerge/Inputs/namespace1.cpp [new file with mode: 0644]
test/ASTMerge/Inputs/namespace2.cpp [new file with mode: 0644]
test/ASTMerge/namespace.cpp [new file with mode: 0644]