]> granicus.if.org Git - clang/commit
Revert part of r206963
authorJames Molloy <james.molloy@arm.com>
Fri, 25 Jul 2014 10:19:47 +0000 (10:19 +0000)
committerJames Molloy <james.molloy@arm.com>
Fri, 25 Jul 2014 10:19:47 +0000 (10:19 +0000)
commit024c76d36d46d203eb68c88f1b8a67321bf43dcc
tree65678a76d1898896443fd63748a878b8cd1819b2
parent5312c46c7cf2f0cacd1b4ae6b24b65f749df607b
Revert part of r206963

Specifically the part where we removed a warning to be compatible with GCC, which has been widely regarded as a bad idea.

I'm not quite happy with how obtuse this warning is, especially in the fairly common case of a 32-bit integer literal, so I've got another patch awaiting review that adds a fixit to reduce confusion.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213935 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
test/Sema/arm64-inline-asm.c
test/Sema/inline-asm-validate.c