summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGVTables.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 /clang/lib/CodeGen/CGVTables.cpp
parent53b60a1d26689137c93f9cca198b1fbcfc0a064b (diff)
downloadbcm5719-llvm-0b996dd63427c6df713ca3ac3b957e156a5688ad.tar.gz
bcm5719-llvm-0b996dd63427c6df713ca3ac3b957e156a5688ad.zip
[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 'clang/lib/CodeGen/CGVTables.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud