]> granicus.if.org Git - clang/commit
[ms-inline asm] Add a new base class, AsmStmt, for the GCCAsmStmt and MSAsmStmt
authorChad Rosier <mcrosier@apple.com>
Mon, 27 Aug 2012 18:56:36 +0000 (18:56 +0000)
committerChad Rosier <mcrosier@apple.com>
Mon, 27 Aug 2012 18:56:36 +0000 (18:56 +0000)
commit728581e7702cafe32cc9e1b5b61a15f5042ce189
tree4073793bb380155abba6870229e2e81d1177c59a
parent95a58d2f6ef9149dd50d679a7ee70d0685c38d27
[ms-inline asm] Add a new base class, AsmStmt, for the GCCAsmStmt and MSAsmStmt
classes.

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