]> granicus.if.org Git - clang/commit
Remove comments about __int8 and friends from the mangler. Turns out we don't
authorCharles Davis <cdavis@mines.edu>
Fri, 29 Apr 2011 15:50:52 +0000 (15:50 +0000)
committerCharles Davis <cdavis@mines.edu>
Fri, 29 Apr 2011 15:50:52 +0000 (15:50 +0000)
commit31bebe03336cbaafb76c6f40642fa47f2cc6c479
tree6cbc170f84f900f41fecd50a1d0453e3fe7b57f2
parentb467cda8d97a1a18ee1aa62db3b7b21b2c294ceb
Remove comments about __int8 and friends from the mangler. Turns out we don't
actually have to implement them, since in modern versions of MSVC they're
aliases to the standard C types.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130509 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/MicrosoftMangle.cpp