llvm-project/clang/lib/Frontend/Rewrite
Craig Topper b8a7053055 Unique_ptrify PPCallbacks ownership.
Unique_ptr creation stil needs to be moved earlier at some of the call sites.

llvm-svn: 217474
2014-09-10 04:53:53 +00:00
..
CMakeLists.txt
FixItRewriter.cpp Update for llvm api change. 2014-08-25 18:17:04 +00:00
FrontendActions.cpp Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) 2014-08-10 19:56:51 +00:00
HTMLPrint.cpp Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) 2014-08-10 19:56:51 +00:00
InclusionRewriter.cpp Unique_ptrify PPCallbacks ownership. 2014-09-10 04:53:53 +00:00
Makefile
RewriteMacros.cpp
RewriteModernObjC.cpp Use range based for loops to avoid needing to re-mention SmallPtrSet size. 2014-08-25 04:15:02 +00:00
RewriteObjC.cpp Use range based for loops to avoid needing to re-mention SmallPtrSet size. 2014-08-25 04:15:02 +00:00
RewriteTest.cpp