This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a0378a8d1f clang-format: Disable across-block include reordering. new 061e7a9646 [analyzer] Avoid unnecessary enum range check on LValueToRVa [...]
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: .../Checkers/EnumCastOutOfRangeChecker.cpp | 16 ++++++++++ test/Analysis/enum-cast-out-of-range.c | 34 ++++++++++++++++++++++ test/Analysis/enum-cast-out-of-range.cpp | 10 ++++++- 3 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 test/Analysis/enum-cast-out-of-range.c