]> granicus.if.org Git - clang/commit
[ms-style asm] Change the fatal error to an extension warning. Apparently, this
authorChad Rosier <mcrosier@apple.com>
Wed, 20 Jun 2012 18:28:37 +0000 (18:28 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 20 Jun 2012 18:28:37 +0000 (18:28 +0000)
commit52e4ed949ba52958db1e938860e3b49944ce8680
tree798563996eb82c6f443782265c08e77f040f5695
parent527e616722f45986883cbc20e4bbb5d1651e75f4
[ms-style asm] Change the fatal error to an extension warning.  Apparently, this
error was asserting on anything that included Windows.h.  MS-style inline asm is
still dropped, but at least now we're not completely silent about it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158833 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/CodeGen/CGStmt.cpp
lib/Sema/SemaStmt.cpp
test/Parser/MicrosoftExtensions.c
test/Parser/ms-inline-asm.c