]> granicus.if.org Git - clang/commit
Implement *skeletal* support for representing GNU inline asm stmts in the AST,
authorChris Lattner <sabre@nondot.org>
Mon, 29 Oct 2007 04:04:16 +0000 (04:04 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 29 Oct 2007 04:04:16 +0000 (04:04 +0000)
commitfe795956194141c91ae555985c9b930595bff43f
tree16fba0f7b4c01941311fc170497dc0c46756d5f9
parentdea6146deede4b89a1757d46cd92ebf158659c25
Implement *skeletal* support for representing GNU inline asm stmts in the AST,
resolving a crash on a .i file in PR1750.  We now generate 49 errors on the
.i file in that bug.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43433 91177308-0d34-0410-b5e6-96231b3b80d8
AST/Stmt.cpp
AST/StmtPrinter.cpp
Parse/ParseStmt.cpp
Sema/Sema.h
Sema/SemaStmt.cpp
clang.xcodeproj/project.pbxproj
include/clang/AST/Stmt.h
include/clang/AST/StmtNodes.def
include/clang/Parse/Action.h