]> granicus.if.org Git - clang/commit
Use a std::unique_ptr to make it easier to see who owns the stream.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 10 Apr 2015 14:11:52 +0000 (14:11 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 10 Apr 2015 14:11:52 +0000 (14:11 +0000)
commit14135d0fdc29ccffdffc00d313a6125c1b90c5ec
treea15dfd5a4751ab04c211da310e7e34b67b283986
parent0b511e2e21edc944bebf9d48dd161749064ff575
Use a std::unique_ptr to make it easier to see who owns the stream.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@234597 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/CompilerInstance.h
lib/Frontend/CompilerInstance.cpp