summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/mangle-std-externc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug in the mangler where in 'namespace std { extern "C" {X;} }', X ↵James Molloy2012-03-051-0/+27
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. llvm-svn: 152022
OpenPOWER on IntegriCloud