]> granicus.if.org Git - clang/commit
Avoid having "using namespace" for both "clang" and "llvm" namespaces.
authorAlexey Samsonov <vonosmas@gmail.com>
Wed, 15 Oct 2014 22:00:40 +0000 (22:00 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Wed, 15 Oct 2014 22:00:40 +0000 (22:00 +0000)
commita60adf011ea50c60471a9fdea4e7d1cfbf4ddea5
tree444b671531a086b250cd01021c718afd177bd924
parent715b1b7df87d4da02c120bbd360910b9da0e609b
Avoid having "using namespace" for both "clang" and "llvm" namespaces.
This is fragile, as there are classes with the same name in both
namespaces (e.g. llvm::Module and clang::Module).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219855 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Lex/PPCallbacksTest.cpp