summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2007-12-12 06:59:42 +0000
committerTed Kremenek <kremenek@apple.com>2007-12-12 06:59:42 +0000
commit433a492f5329e58cb7d4c4abe8b4de1fa2ec320d (patch)
treeb2ef2ba5ccc0936ee7bb192df53c1c02038cb268 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
parent61511e12e09027e9b2d2d8dfc00d0f293fc2d8f0 (diff)
Added back VisitDeclStmt() to the StmtDumper, essentially reverting r44920:
http://llvm.org/viewvc/llvm-project?rev=44920&view=rev Putting VisitDeclStmt() was motivated because it called DumpDeclarator(), which printed out a little bit more information than just using the child_iterator interface to visit the subexpressions of DeclStmt. To avoid printing the initializers twice, DumpSubTree() now specially checks for DeclStmts; in such cases it calls VisitDeclStmt() without using the child_iterators to visit the subexpressions. llvm-svn: 44924
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions