This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7c6f25cea1 Expect mixed path separators in FileManagerTest when resolvi [...] new 14f7dacb88 We're in a constant context in the ConstantEmitter. new dec3817d05 Revert "Reverting r347949-r347951 because they broke the tes [...] new d1b208c30b [analyzer] Evaluate all non-checker config options before analysis new 611da23266 Revert r348029. I was git-ing and jumped the gun.
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../clang/StaticAnalyzer/Core/AnalyzerOptions.def | 425 ++++++++------------- .../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 82 ++-- .../StaticAnalyzer/Core/RetainSummaryManager.h | 2 + lib/Frontend/CompilerInvocation.cpp | 63 +++ lib/StaticAnalyzer/Checkers/DebugCheckers.cpp | 4 +- lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 2 +- lib/StaticAnalyzer/Core/AnalysisManager.cpp | 21 +- lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 100 +---- lib/StaticAnalyzer/Core/BugReporter.cpp | 10 +- lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 15 +- lib/StaticAnalyzer/Core/CallEvent.cpp | 5 +- lib/StaticAnalyzer/Core/ExprEngine.cpp | 20 +- lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 8 +- .../Core/ExprEngineCallAndReturn.cpp | 33 +- lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp | 2 +- lib/StaticAnalyzer/Core/PlistDiagnostics.cpp | 4 +- lib/StaticAnalyzer/Core/RegionStore.cpp | 2 +- lib/StaticAnalyzer/Core/RetainSummaryManager.cpp | 28 +- lib/StaticAnalyzer/Core/SValBuilder.cpp | 2 +- lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp | 2 +- lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp | 4 +- lib/StaticAnalyzer/Frontend/ModelInjector.cpp | 2 +- test/Analysis/analyzer-config.c | 35 +- test/Analysis/analyzer-config.cpp | 36 +- test/Analysis/osobject-retain-release.cpp | 34 ++ 25 files changed, 434 insertions(+), 507 deletions(-)