]> granicus.if.org Git - clang/commit
Reapplying patch to change StmtNodes.def to StmtNodes.td, this time
authorSean Hunt <rideau3@gmail.com>
Wed, 5 May 2010 15:24:00 +0000 (15:24 +0000)
committerSean Hunt <rideau3@gmail.com>
Wed, 5 May 2010 15:24:00 +0000 (15:24 +0000)
commit4bfe1968410ea8ffe3b4f629addd7c4bcf484765
treeeedfdd6d392546e28c178ebb7654ba3f367bcf37
parentc302113179a1c2b1254224ea9b6f5316ceeb375c
Reapplying patch to change StmtNodes.def to StmtNodes.td, this time
with no whitespace. This will allow statements to be referred to in
attribute TableGen files.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103087 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/clang/AST/Expr.h
include/clang/AST/Makefile [new file with mode: 0644]
include/clang/AST/Stmt.h
include/clang/AST/StmtNodes.def [deleted file]
include/clang/AST/StmtNodes.td [new file with mode: 0644]
include/clang/AST/StmtVisitor.h
include/clang/CMakeLists.txt
include/clang/Makefile
lib/AST/Expr.cpp
lib/AST/Stmt.cpp
lib/AST/StmtPrinter.cpp
lib/AST/StmtProfile.cpp
lib/CodeGen/Mangle.cpp
lib/Sema/TreeTransform.h