This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from df332965b9 Move test/gcdasyncsemaphorechecker_test.m to a subdirectory new 7ee88a970e [Analyzer] More accurate modeling about the increment operat [...]
The 1 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: .../Core/PathSensitive/BasicValueFactory.h | 2 +- lib/StaticAnalyzer/Core/ExprEngineC.cpp | 11 +- test/Analysis/_Bool-increment-decrement.c | 140 +++++++++++++++++++++ test/Analysis/bool-increment.cpp | 84 +++++++++++++ 4 files changed, 234 insertions(+), 3 deletions(-) create mode 100644 test/Analysis/_Bool-increment-decrement.c create mode 100644 test/Analysis/bool-increment.cpp