]> granicus.if.org Git - clang/commit
Replace an assertion with an error for empty __asm statements.
authorBob Wilson <bob.wilson@apple.com>
Mon, 24 Sep 2012 19:57:59 +0000 (19:57 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 24 Sep 2012 19:57:59 +0000 (19:57 +0000)
commitb0f6b9c94077446ceb29167add2e87fb99733a55
treefed1197ee2c9cf0608838f2673284fb1b0f0bcd0
parent40d39e39e46eb36635c9735381ca5c4f916d30cd
Replace an assertion with an error for empty __asm statements.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164551 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaStmtAsm.cpp
test/Sema/ms-inline-asm.c [new file with mode: 0644]