aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2015-12-29 22:02:15 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2015-12-29 22:02:15 +0000
commit0b996dd63427c6df713ca3ac3b957e156a5688ad (patch)
tree657dc383c1185ae83addc55c5db3d3c4470cbfef /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent53b60a1d26689137c93f9cca198b1fbcfc0a064b (diff)
downloadllvm-0b996dd63427c6df713ca3ac3b957e156a5688ad.zip
llvm-0b996dd63427c6df713ca3ac3b957e156a5688ad.tar.gz
llvm-0b996dd63427c6df713ca3ac3b957e156a5688ad.tar.bz2
[MS ABI] Add a mangling for _Complex
MSVC doesn't implement a mangling for C99's _Complex so we must invent our own. For now, treating it like a class type called _Complex in the __clang namespace. This means that 'void f(__Complex int))' will demangle as: 'void f(struct __clang::_Complex<int>)' llvm-svn: 256583
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions