]> granicus.if.org Git - clang/commit
Return std::unique_ptr to avoid a release and recreate.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 10 Apr 2015 14:30:43 +0000 (14:30 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 10 Apr 2015 14:30:43 +0000 (14:30 +0000)
commit17b4b2e7028c38411e50551b77edec7bbc1092ca
tree7bc8ec3a532fc2473fc4720f70d14f92551ee7b7
parent14135d0fdc29ccffdffc00d313a6125c1b90c5ec
Return std::unique_ptr to avoid a release and recreate.

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