]> granicus.if.org Git - clang/commit
Turned on support for __declspecs: noreturn, noinline, nothrow and naked in MS compat...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 23 Feb 2012 22:46:33 +0000 (22:46 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 23 Feb 2012 22:46:33 +0000 (22:46 +0000)
commit9428772f16e379bcad35254251f96e3d1077c730
tree3541d6aec69130b59746e015c0b3c9d7fc5bdfbc
parent97df54e0c075bc8d6a869597e771dad0c11a2180
Turned on support for __declspecs: noreturn, noinline, nothrow and naked in MS compatibility mode.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151295 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclAttr.cpp
test/CodeGen/ms-declspecs.c [new file with mode: 0644]
test/Sema/MicrosoftCompatibility.c