aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/mangle-std-externc.cpp
AgeCommit message (Collapse)Author
2012-03-05Fix a bug in the mangler where in 'namespace std { extern "C" {X;} }', X ↵James Molloy
would not be seen to be in ::std::. Migrate two other places where the same logic is used to use the helper function that already exists. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152022 91177308-0d34-0410-b5e6-96231b3b80d8