This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 16417b373e Fix test atomic-expr.cpp after R372422 new fb14563764 [Diagnostics] Warn if '<<' in bool context with -Wint-in-boo [...]
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: include/clang/Basic/DiagnosticGroups.td | 2 ++ include/clang/Basic/DiagnosticSemaKinds.td | 3 +++ lib/Sema/SemaChecking.cpp | 11 ++++++++++- test/Sema/warn-int-in-bool-context.c | 31 ++++++++++++++++++++++++++++++ test/SemaCXX/cxx2a-explicit-bool.cpp | 2 +- 5 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 test/Sema/warn-int-in-bool-context.c