]> granicus.if.org Git - clang/commit
reject invalid escape characters in extended-asm strings with a nice diagnostic.
authorChris Lattner <sabre@nondot.org>
Tue, 10 Mar 2009 23:51:40 +0000 (23:51 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 10 Mar 2009 23:51:40 +0000 (23:51 +0000)
commit3182db1c8e456c4cd2180fac9d77d331b2c0621f
tree020f39dc80193af2c46f71f6227b34311b5b8f7c
parentbf5fc320c8d772d44768413602dc82fd197552ea
reject invalid escape characters in extended-asm strings with a nice diagnostic.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66605 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticASTKinds.def
include/clang/Basic/DiagnosticSemaKinds.def
lib/AST/Stmt.cpp
test/Sema/asm.c