diff options
author | David Majnemer <david.majnemer@gmail.com> | 2015-12-29 22:02:15 +0000 |
---|---|---|
committer | David Majnemer <david.majnemer@gmail.com> | 2015-12-29 22:02:15 +0000 |
commit | 0b996dd63427c6df713ca3ac3b957e156a5688ad (patch) | |
tree | 657dc383c1185ae83addc55c5db3d3c4470cbfef /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 53b60a1d26689137c93f9cca198b1fbcfc0a064b (diff) | |
download | llvm-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