This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 77c4d242ac [clang-check-codegen][cfstring] Accept either @ or % for pro [...] new 5f807c640f [analyzer] Add a testing facility for testing relationships [...] new c531bbd2d9 Fix a bot failure from r343042.
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: docs/analyzer/DebugChecks.rst | 17 + .../Checkers/ExprInspectionChecker.cpp | 98 ++ test/Analysis/expr-inspection.cpp | 30 + test/Analysis/svalbuilder-rearrange-comparisons.c | 1084 ++++++++++---------- test/Sema/warn-duplicate-enum.c | 4 +- 5 files changed, 710 insertions(+), 523 deletions(-) create mode 100644 test/Analysis/expr-inspection.cpp