Skip to content
Commit 9af2d4a6 authored by Charles Davis's avatar Charles Davis
Browse files

Start implementing the Microsoft-style name mangler. Mangle simple names

(but not their types; that's later).

NOTE: Right now, variables in the global namespace don't get mangled, even
though they're supposed to be. This is because the default mangler
implements the shouldMangleDeclName() method that tells clang not to mangle
them. This will be fixed in a later patch.

llvm-svn: 105805
parent 95a546ee
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment