Use std::unique_ptr to simplify this code a bit.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 18 Aug 2014 18:33:41 +0000 (18:33 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 18 Aug 2014 18:33:41 +0000 (18:33 +0000)
commit0e34c9fc2baedb0ce53369fae40d44bf4e585483
treecce2cf7e5ebb7a65c1f96ce036b07148d4c3887b
parent3bc6e602f71dd2a184d9b0603924097d2a95c242
Use std::unique_ptr to simplify this code a bit.

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