]> granicus.if.org Git - clang/commit
[ms-inline asm] Hoist more common code into the AsmStmt base class. Add stubs
authorChad Rosier <mcrosier@apple.com>
Tue, 28 Aug 2012 00:24:05 +0000 (00:24 +0000)
committerChad Rosier <mcrosier@apple.com>
Tue, 28 Aug 2012 00:24:05 +0000 (00:24 +0000)
commitc4fb221120f2c8b158082d0b2b9daa29d2f65d5b
treecb1c469f08d5ac76f9ac0c6471481c5ce6d8ebfa
parentc178d76c027d4259c00d4b0b910ad4875c286298
[ms-inline asm] Hoist more common code into the AsmStmt base class.  Add stubs
with FIXMEs for unimplemented features.  No functional change intended.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162716 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Stmt.h
lib/AST/Stmt.cpp