Fix a bug in the mangler where in 'namespace std { extern "C" {X;} }', X would...
Fix a bug in the mangler where in 'namespace std { extern "C" {X;} }', X 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
Loading
Please register or sign in to comment