]> granicus.if.org Git - clang/commit
Converted AST Pretty-Printer to use iostreams instead of FILE*. This fixes
authorTed Kremenek <kremenek@apple.com>
Wed, 28 Nov 2007 21:32:21 +0000 (21:32 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 28 Nov 2007 21:32:21 +0000 (21:32 +0000)
commitea75c5599072bda2dc9fc1dec2e680936c84f6f1
tree033956044ea2fd63b3c51b7786cd144848e9422f
parent251f7325b38d3412ac4681edb9f34408f59d3424
Converted AST Pretty-Printer to use iostreams instead of FILE*.  This fixes
a bug where the statement pretty-printer used iostreams but the AST printer
did not.  This was an issue when dumping ASTs to something other than stderr.

Updated SerializationTest to use the new iostreams interface for the AST printer.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44417 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/ASTConsumers.cpp
Driver/ASTConsumers.h
Driver/SerializationTest.cpp