summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtPrinter.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2008-11-14 12:46:07 +0000
committerDouglas Gregor <dgregor@apple.com>2008-11-14 12:46:07 +0000
commitbe35ce953efafdc0975ac18b8048471ca9ce1878 (patch)
tree65c3b37331435a10fe244e2a747b3a7d7da34f03 /clang/lib/AST/StmtPrinter.cpp
parentd16b37efae97b15d85513568597b942c8720b268 (diff)
downloadbcm5719-llvm-be35ce953efafdc0975ac18b8048471ca9ce1878.tar.gz
bcm5719-llvm-be35ce953efafdc0975ac18b8048471ca9ce1878.zip
Don't require us to manually number the statements and expressions in StmtNodes.def. We don't need stable numbers yet, renumbering is a pain, and LAST_STMT had the wrong value anyway.
llvm-svn: 59300
Diffstat (limited to 'clang/lib/AST/StmtPrinter.cpp')
-rw-r--r--clang/lib/AST/StmtPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/StmtPrinter.cpp b/clang/lib/AST/StmtPrinter.cpp
index 7529eec9847..bbd53d0d494 100644
--- a/clang/lib/AST/StmtPrinter.cpp
+++ b/clang/lib/AST/StmtPrinter.cpp
@@ -76,7 +76,7 @@ namespace {
}
void VisitStmt(Stmt *Node);
-#define STMT(N, CLASS, PARENT) \
+#define STMT(CLASS, PARENT) \
void Visit##CLASS(CLASS *Node);
#include "clang/AST/StmtNodes.def"
};
OpenPOWER on IntegriCloud