Go to file
Ted Kremenek 433a492f53 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
2007-12-12 06:59:42 +00:00
clang Added back VisitDeclStmt() to the StmtDumper, essentially reverting r44920: 2007-12-12 06:59:42 +00:00
llvm Lower a build_vector with all constants into a constpool load unless it can be done with a move to low part. 2007-12-12 06:45:40 +00:00