]> granicus.if.org Git - clang/commit
[clang] Ignore builtin namespaces in test/Import/cxx-anon-namespace
authorRaphael Isemann <teemperor@gmail.com>
Tue, 1 Oct 2019 11:53:20 +0000 (11:53 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Tue, 1 Oct 2019 11:53:20 +0000 (11:53 +0000)
commitf791ec4bdc69fc17f0d9bbf3a13c5dd88b666c97
treee212a67e06936965d0c5b889bcd82f83ad75378a
parent5dd8fd301922a893fd430bcfd1021e4c8b81c7f0
[clang] Ignore builtin namespaces in test/Import/cxx-anon-namespace

Some platforms (e.g. AArch64) put __va_list in the 'std' namespace which might
end up being the first namespace we match in this test. Instead let
the first namespace match via file name/line so that we skip the
builtin namespaces.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373327 91177308-0d34-0410-b5e6-96231b3b80d8
test/Import/cxx-anon-namespace/test.cpp