]> granicus.if.org Git - clang/commit
[MS ABI] Be a little more defensive wrt vector types
authorDavid Majnemer <david.majnemer@gmail.com>
Mon, 1 Jun 2015 07:41:37 +0000 (07:41 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Mon, 1 Jun 2015 07:41:37 +0000 (07:41 +0000)
commit0a50ff085e25f624ea613075edaedd9339a1d1c9
tree11bd3cd94a7e5b66414985de3e66361d3c6fedf9
parent3982210b8dc173606739da561b78b24fbccb48a3
[MS ABI] Be a little more defensive wrt vector types

We probably shouldn't say that all appropriately sized vector types are
intel vector types (i.e. __m128, etc.) as they don't exist for all
architectures.  While this is largely academic, it'd save some debugging
if we supported such a platform.

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