This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0e3dc386e9 [clang] [Basic] Enable __has_feature(leak_sanitizer) new c60de9debd [clang] fixing conditional explicit for out-of-line definiti [...] new b796ddf8a3 [Diagnostics] Warn if ?: with integer constants always evalu [...]
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/AST/DeclCXX.h | 8 +++--- include/clang/Basic/DiagnosticSemaKinds.td | 4 +++ lib/Sema/SemaChecking.cpp | 41 +++++++++++++++++++++++++++ test/Sema/warn-integer-constants-in-ternary.c | 32 +++++++++++++++++++++ test/SemaCXX/cxx2a-explicit-bool.cpp | 18 ++++++++++++ 5 files changed, 99 insertions(+), 4 deletions(-) create mode 100644 test/Sema/warn-integer-constants-in-ternary.c