]> granicus.if.org Git - clang/commit
[ms-inline asm] Move most of the AsmParsing logic in clang back into the MC
authorChad Rosier <mcrosier@apple.com>
Thu, 18 Oct 2012 15:49:40 +0000 (15:49 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 18 Oct 2012 15:49:40 +0000 (15:49 +0000)
commit7fd00b153c991fbe30f9fa76391d2ad9fa1d349d
tree0ec1d40eec3cb83ae564b85fb232fea12ebf5ad8
parentd77a051237b7bb9c29e537bea18e4bb37ae6b803
[ms-inline asm] Move most of the AsmParsing logic in clang back into the MC
layer.  Use the new ParseMSInlineAsm() API and add an implementation of the
MCAsmParserSemaCallback interface.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166184 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaStmtAsm.cpp
test/CodeGen/ms-inline-asm.c