diff options
author | Charles Davis <cdavis@mines.edu> | 2010-07-03 16:56:59 +0000 |
---|---|---|
committer | Charles Davis <cdavis@mines.edu> | 2010-07-03 16:56:59 +0000 |
commit | 3babfba597cf122e5a761672e301fdc9eea18347 (patch) | |
tree | 0b64b4578bf155117806a7dc8767dae22dc3b8a3 /clang/lib/Basic/IdentifierTable.cpp | |
parent | 1180f8e90f4bad6c51718af8e3bfa414201dd38b (diff) | |
download | bcm5719-llvm-3babfba597cf122e5a761672e301fdc9eea18347.tar.gz bcm5719-llvm-3babfba597cf122e5a761672e301fdc9eea18347.zip |
Mangle Objective-C pointers and block pointers in the Microsoft C++ Mangler.
ObjC pointers were easy enough (as far as the ABI is concerned, they're
just pointers to structs), but I had to invent a new mangling for block
pointers. This is particularly worrying with the Microsoft ABI, because
it is a vendor-specific ABI; extending it could come back to bite us
later when MS extends it on their own (and you know they will).
llvm-svn: 107572
Diffstat (limited to 'clang/lib/Basic/IdentifierTable.cpp')
0 files changed, 0 insertions, 0 deletions