This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_90 in repository clang.
from 5fc381cf3e Merging r370850: ------------------------------------------- [...] new 893b39c09b Merging r369760: ------------------------------------------- [...] new 5f2d4a2281 Merging r371027: ------------------------------------------- [...]
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: include/clang/Basic/DiagnosticDriverKinds.td | 2 -- lib/Driver/Driver.cpp | 24 ++++++++------- lib/Driver/ToolChains/Clang.cpp | 26 ++++++++++------- .../Checkers/EnumCastOutOfRangeChecker.cpp | 16 ++++++++++ test/Analysis/enum-cast-out-of-range.c | 34 ++++++++++++++++++++++ test/Analysis/enum-cast-out-of-range.cpp | 10 ++++++- test/Driver/working-directory.c | 10 +------ 7 files changed, 90 insertions(+), 32 deletions(-) create mode 100644 test/Analysis/enum-cast-out-of-range.c