]> granicus.if.org Git - clang/commit
Use a unique_ptr instead of manual memory management for LineTable
authorNico Weber <nicolasweber@gmx.de>
Mon, 15 Jul 2019 17:27:46 +0000 (17:27 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 15 Jul 2019 17:27:46 +0000 (17:27 +0000)
commit18638574119e6afbc124ebb439564db903ff4086
tree7f511bdf21727e886d2cdef28acd807bb746b535
parenta50943994bf8a45e1929d65c0c7c5b69c2dd3bc7
Use a unique_ptr instead of manual memory management for LineTable

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