This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from dc879fa93a Revert "[libFuzzer] Port to Windows" new 01c0d176c0 [analyzer] [NFC] Follow the convention when naming classes new 9af55c6d39 [analyzer] Better retain count rules for OSObjects new d2d7786ce5 [analyzer] [NFC] Remove unused "state" argument from makeSym [...] new faff2291a9 [analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, [...]
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: include/clang/Driver/CC1Options.td | 2 - .../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 23 +++++---- .../Core/PathSensitive/SValBuilder.h | 4 +- lib/Driver/ToolChains/Clang.cpp | 2 - lib/Frontend/CompilerInvocation.cpp | 1 - .../RetainCountChecker/RetainCountChecker.cpp | 19 ++++---- lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 7 +++ lib/StaticAnalyzer/Core/ExprEngine.cpp | 4 +- lib/StaticAnalyzer/Core/RegionStore.cpp | 48 +++++++++---------- lib/StaticAnalyzer/Core/RetainSummaryManager.cpp | 56 +++++++++++----------- lib/StaticAnalyzer/Core/SValBuilder.cpp | 3 +- lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp | 10 ++-- test/Analysis/MisusedMovedObject.cpp | 4 +- test/Analysis/PR24184.cpp | 2 +- test/Analysis/PR37855.c | 4 +- test/Analysis/additive-folding-range-constraints.c | 2 +- test/Analysis/additive-folding.cpp | 2 +- test/Analysis/analyzer-config.c | 3 +- test/Analysis/analyzer-config.cpp | 3 +- test/Analysis/array-struct-region.c | 2 +- test/Analysis/atomics.c | 2 +- test/Analysis/blocks-no-inline.c | 4 +- test/Analysis/bstring.c | 8 ++-- test/Analysis/bstring.cpp | 10 ++-- test/Analysis/call-invalidation.cpp | 2 +- test/Analysis/casts.c | 4 +- test/Analysis/conditional-operator.cpp | 4 +- test/Analysis/const-method-call.cpp | 2 +- test/Analysis/constant-folding.c | 2 +- test/Analysis/copy-elision.cpp | 8 ++-- test/Analysis/ctor.mm | 8 ++-- test/Analysis/cxx-for-range.cpp | 2 +- test/Analysis/dtor.cpp | 2 +- test/Analysis/edges-new.mm | 2 +- test/Analysis/func.c | 2 +- test/Analysis/global-region-invalidation.c | 2 +- test/Analysis/global_region_invalidation.mm | 2 +- test/Analysis/gtest.cpp | 4 +- test/Analysis/inline-plist.c | 4 +- test/Analysis/inline.cpp | 2 +- test/Analysis/inlining/InlineObjCClassMethod.m | 2 +- test/Analysis/inlining/containers.cpp | 8 ++-- test/Analysis/inlining/dyn-dispatch-bifurcate.cpp | 2 +- .../Analysis/inlining/false-positive-suppression.c | 6 +-- test/Analysis/inlining/stl.cpp | 4 +- test/Analysis/invalidated-iterator.cpp | 4 +- test/Analysis/iterator-range.cpp | 4 +- test/Analysis/ivars.m | 2 +- test/Analysis/lifetime-extension.cpp | 12 ++--- test/Analysis/logical-ops.c | 2 +- test/Analysis/loop-widening-notes.cpp | 2 +- test/Analysis/loop-widening.c | 4 +- test/Analysis/malloc-plist.c | 2 +- test/Analysis/misc-ps-eager-assume.m | 8 ++-- test/Analysis/misc-ps.c | 2 +- test/Analysis/missing-bind-temporary.cpp | 4 +- test/Analysis/new-ctor-conservative.cpp | 2 +- test/Analysis/new-ctor-inlined.cpp | 2 +- test/Analysis/new-ctor-recursive.cpp | 2 +- test/Analysis/new-ctor-symbolic.cpp | 2 +- test/Analysis/new.cpp | 4 +- test/Analysis/null-deref-path-notes.cpp | 2 +- test/Analysis/objc-for.m | 2 +- test/Analysis/plist-macros.cpp | 4 +- test/Analysis/plist-output.m | 2 +- test/Analysis/pr22954.c | 2 +- test/Analysis/properties.m | 4 +- test/Analysis/ptr-arith.c | 4 +- test/Analysis/reference.cpp | 2 +- test/Analysis/region-store.c | 2 +- test/Analysis/self-assign.cpp | 2 +- test/Analysis/std-c-library-functions.c | 10 ++-- test/Analysis/string.c | 10 ++-- test/Analysis/svalbuilder-rearrange-comparisons.c | 2 +- test/Analysis/switch-case.c | 2 +- test/Analysis/temp-obj-dtors-option.cpp | 4 +- test/Analysis/templates.cpp | 4 +- test/Analysis/temporaries.cpp | 8 ++-- test/Analysis/test-after-div-zero.c | 4 +- test/Analysis/unions.cpp | 2 +- test/Analysis/unix-fns.c | 2 +- test/Analysis/weak-functions.c | 2 +- 82 files changed, 221 insertions(+), 212 deletions(-)