This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 547ca57a7d Revert "Fold dangling-field warning into general initializat [...] new 102621ddc9 [Analyzer] Quick Fix for exponential execution time when sim [...] new f2c1a12c18 Fix for last commit: adding new test file forgotten.
The 2 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.h | 30 +++++------ lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 10 ++-- lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp | 11 ++-- test/Analysis/PR38208.c | 43 +++++++++++++++ .../constraint_manager_negate_difference.c | 2 +- test/Analysis/iterator-range.cpp | 4 +- test/Analysis/plist-macros.cpp | 63 ++++++++++++++++++++++ test/Analysis/svalbuilder-rearrange-comparisons.c | 2 +- 8 files changed, 137 insertions(+), 28 deletions(-) create mode 100644 test/Analysis/PR38208.c