]> granicus.if.org Git - clang/commit
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)
commitc556f81241cf74850840c2e0df7a8f213674074d
tree0a4573f459b6ebdec3014abc81af10d4ff6b4fc5
parenta6f7638b4b07b4f86657dd171718e8b0c8e719b7
Track IntrusiveRefCntPtr::get() changes from LLVM r212366

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212369 91177308-0d34-0410-b5e6-96231b3b80d8
29 files changed:
include/clang/AST/ASTContext.h
include/clang/ASTMatchers/ASTMatchersInternal.h
include/clang/Frontend/CompilerInstance.h
include/clang/Frontend/CompilerInvocation.h
include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
lib/Frontend/ASTUnit.cpp
lib/Frontend/ChainedIncludesSource.cpp
lib/Frontend/CompilerInstance.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/CreateInvocationFromCommandLine.cpp
lib/Frontend/TextDiagnostic.cpp
lib/Index/SimpleFormatContext.h
lib/Serialization/ASTReader.cpp
lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
lib/StaticAnalyzer/Core/BugReporter.cpp
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
lib/StaticAnalyzer/Core/ExprEngine.cpp
lib/StaticAnalyzer/Core/PathDiagnostic.cpp
lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
lib/Tooling/Tooling.cpp
tools/libclang/CIndex.cpp
tools/libclang/Indexing.cpp
unittests/Basic/VirtualFileSystemTest.cpp
unittests/Lex/LexerTest.cpp
unittests/Lex/PPCallbacksTest.cpp
unittests/Lex/PPConditionalDirectiveRecordTest.cpp
unittests/Tooling/ToolingTest.cpp