]> granicus.if.org Git - clang/commit
[Frontend] Make the memory management of FrontendAction pointers explicit by using...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sun, 7 Feb 2016 19:28:36 +0000 (19:28 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sun, 7 Feb 2016 19:28:36 +0000 (19:28 +0000)
commitd8dbff6413a2aff20c5a00a0b082bd4e95770313
treea779151c9268d72ac4b5ef5659c7bb6a8477f112
parent99dd83c613ca0936945b135a4e96e125e4a71e31
[Frontend] Make the memory management of FrontendAction pointers explicit by using unique_ptr.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260048 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/ARCMigrate/ARCMTActions.h
include/clang/Frontend/FrontendAction.h
include/clang/Frontend/FrontendActions.h
include/clang/Rewrite/Frontend/FrontendActions.h
lib/ARCMigrate/ARCMTActions.cpp
lib/ARCMigrate/ObjCMT.cpp
lib/Frontend/ASTMerge.cpp
lib/Frontend/FrontendAction.cpp
lib/FrontendTool/ExecuteCompilerInvocation.cpp