]> granicus.if.org Git - clang/commit
Some fixes for MS-style asm parsing: specifically, add some error checking, and handl...
authorEli Friedman <eli.friedman@gmail.com>
Fri, 30 Sep 2011 01:13:51 +0000 (01:13 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Fri, 30 Sep 2011 01:13:51 +0000 (01:13 +0000)
commit3fedbe1f71c18fba01d39109d606f421a0103a2a
treefd83ec4f45217dea7582da0fdcb0cb87386fedb9
parent55dec868977ccb89cab0286122f9345f63bb5de7
Some fixes for MS-style asm parsing: specifically, add some error checking, and handle asm comments using semicolons correctly.  (The comments are actually surprisingly tricky.)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140837 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
lib/Parse/ParseStmt.cpp
test/Parser/ms-inline-asm.c [new file with mode: 0644]
test/Sema/ms-fuzzy-asm.c [deleted file]