]> granicus.if.org Git - clang/commit
position the caret properly on asm string diagnostics, e.g.:
authorChris Lattner <sabre@nondot.org>
Tue, 10 Mar 2009 23:57:07 +0000 (23:57 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 10 Mar 2009 23:57:07 +0000 (23:57 +0000)
commit2ff0f42a962fec5a6300b5986297b417db173e6a
treeafe7adc7154f6b22b6358b36771f15d4f47a0a1f
parent3182db1c8e456c4cd2180fac9d77d331b2c0621f
position the caret properly on asm string diagnostics, e.g.:

Sema/asm.c:64:9: error: invalid % escape in inline assembly string
  asm("%!" : );   // expected-error {{invalid % escape in inline assembly string}}
      ~~^~

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66606 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Stmt.cpp
lib/Sema/SemaStmt.cpp