]> granicus.if.org Git - clang/commit
Use unique_ptr for ScratchBuf and PragmaHandlers in the preprocessor.
authorCraig Topper <craig.topper@gmail.com>
Fri, 12 Sep 2014 05:19:24 +0000 (05:19 +0000)
committerCraig Topper <craig.topper@gmail.com>
Fri, 12 Sep 2014 05:19:24 +0000 (05:19 +0000)
commit9f51fe881657f5a4a2091ab53225665ed29e49b8
tree36c3a4e988114a08639bcc50c27a7ac4ff8f6b2e
parentfee0818867233e13e4173c7e7f7e5f97b0fb4659
Use unique_ptr for ScratchBuf and PragmaHandlers in the preprocessor.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@217656 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/Preprocessor.h
lib/Lex/Pragma.cpp
lib/Lex/Preprocessor.cpp