]> granicus.if.org Git - clang/commit
Switch the Decl and Stmt stats printing to use llvm::errs() instead of
authorChandler Carruth <chandlerc@gmail.com>
Mon, 4 Jul 2011 06:13:27 +0000 (06:13 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 4 Jul 2011 06:13:27 +0000 (06:13 +0000)
commitb43c8ec359293df0c1fc250201930f4461c835f8
tree03377c0709314c6e73af6f991b93cd8748830a92
parentcd92a65edc7cbbbb7e3aee8d31008594de90fa51
Switch the Decl and Stmt stats printing to use llvm::errs() instead of
fprintf, and to be more consistent in formatting with the other stats
printing routines.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134374 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/DeclBase.cpp
lib/AST/Stmt.cpp