[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)
commited5a8971ecff1e8e51ced7f44e3f6bb71fd97086
tree8d7af258a8a3fb7bad633ba51b51a1c68a047d91
parent30f76caa462a9dfc2510b00e95902ec5c91c47c3
[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.

llvm-svn: 373327
clang/test/Import/cxx-anon-namespace/test.cpp