]> granicus.if.org Git - clang/commit
Print NamedDecls directly to a raw_ostream where possible.
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 7 Feb 2012 11:57:57 +0000 (11:57 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 7 Feb 2012 11:57:57 +0000 (11:57 +0000)
commita59d20b135bfde058a5a69045bab5ec4e2553f74
tree315b8539cc8af111d5cfc6d843ca040f974cc0f3
parentf978059b82db8c0d849c5f992036210b5ca53200
Print NamedDecls directly to a raw_ostream where possible.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149982 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/DeclPrinter.cpp
lib/AST/StmtDumper.cpp
lib/AST/StmtPrinter.cpp
lib/AST/TemplateBase.cpp
lib/AST/TemplateName.cpp
lib/Frontend/FrontendAction.cpp
lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
tools/libclang/CIndex.cpp