]> granicus.if.org Git - clang/commit
Move Preprocessor over to std::shared_ptr rather than IntrusiveRefCntPtr
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 5 Jan 2017 19:48:07 +0000 (19:48 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 5 Jan 2017 19:48:07 +0000 (19:48 +0000)
commit5a12bb82d507cc3906d21f9249725a78e4ef7bdf
treec7b864f5729c096e765fd3d0be83a75d84c0c91b
parent2dac4304325c4c502e86d95bd061baf9865b2f56
Move Preprocessor over to std::shared_ptr rather than IntrusiveRefCntPtr

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@291166 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/ASTUnit.h
include/clang/Frontend/CompilerInstance.h
include/clang/Lex/Preprocessor.h
lib/Frontend/ASTUnit.cpp
lib/Frontend/CompilerInstance.cpp
lib/Frontend/FrontendAction.cpp
lib/StaticAnalyzer/Frontend/ModelInjector.cpp
tools/libclang/CXIndexDataConsumer.cpp
tools/libclang/CXIndexDataConsumer.h
tools/libclang/Indexing.cpp