Track IntrusiveRefCntPtr::get() changes from LLVM r212366
authorAlp Toker <alp@nuanti.com>
Sat, 5 Jul 2014 03:08:06 +0000 (03:08 +0000)
committerAlp Toker <alp@nuanti.com>
Sat, 5 Jul 2014 03:08:06 +0000 (03:08 +0000)
commitf994cef83693dcd0eb2c0e1c552fbc2a285488cf
tree1eefedea93e6ee9c4d5f5779e075854710164969
parentedc902f3bb89f7d630cd7527656f96ae224c49ef
Track IntrusiveRefCntPtr::get() changes from LLVM r212366

llvm-svn: 212369
29 files changed:
clang/include/clang/AST/ASTContext.h
clang/include/clang/ASTMatchers/ASTMatchersInternal.h
clang/include/clang/Frontend/CompilerInstance.h
clang/include/clang/Frontend/CompilerInvocation.h
clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
clang/lib/Frontend/ASTUnit.cpp
clang/lib/Frontend/ChainedIncludesSource.cpp
clang/lib/Frontend/CompilerInstance.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/lib/Frontend/CreateInvocationFromCommandLine.cpp
clang/lib/Frontend/TextDiagnostic.cpp
clang/lib/Index/SimpleFormatContext.h
clang/lib/Serialization/ASTReader.cpp
clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
clang/lib/StaticAnalyzer/Core/BugReporter.cpp
clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
clang/lib/StaticAnalyzer/Core/PathDiagnostic.cpp
clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
clang/lib/Tooling/Tooling.cpp
clang/tools/libclang/CIndex.cpp
clang/tools/libclang/Indexing.cpp
clang/unittests/Basic/VirtualFileSystemTest.cpp
clang/unittests/Lex/LexerTest.cpp
clang/unittests/Lex/PPCallbacksTest.cpp
clang/unittests/Lex/PPConditionalDirectiveRecordTest.cpp
clang/unittests/Tooling/ToolingTest.cpp