diff options
author | David Majnemer <david.majnemer@gmail.com> | 2015-10-08 07:45:35 +0000 |
---|---|---|
committer | David Majnemer <david.majnemer@gmail.com> | 2015-10-08 07:45:35 +0000 |
commit | 1d63a6b8d6599722c2fc7747d72094a3eacb49ab (patch) | |
tree | 86eb5247f7cd57903a24758c04db35f528e8e558 /test/Sema/static-array.c | |
parent | 7006f5216c2f83d99b5df41201f0e809f562aec2 (diff) | |
download | clang-1d63a6b8d6599722c2fc7747d72094a3eacb49ab.tar.gz |
[Sema] Tweak incomplete enum types on MSVC ABI targets
Enums without an explicit, fixed, underlying type are implicitly given a
fixed 'int' type for ABI compatibility with MSVC. However, we can
enforce the standard-mandated rules on these types as-if we didn't know
this fact if the tag is not part of a definition.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@249667 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Sema/static-array.c')
0 files changed, 0 insertions, 0 deletions