]> granicus.if.org Git - clang/commit
Use std::unique_ptr to handle transient ownership of UnwrappedLine in ScopedLineState
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 9 Aug 2014 20:02:07 +0000 (20:02 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 9 Aug 2014 20:02:07 +0000 (20:02 +0000)
commit0b1f3f747f29dc2e20bf5af973c42b8fa08f7a72
tree2abecc3fd792de0a38e0735efdae4f0ffeb74374
parenta88987d654f1170ee9231ac1b2494216e0fa09cc
Use std::unique_ptr to handle transient ownership of UnwrappedLine in ScopedLineState

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@215294 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/UnwrappedLineParser.cpp