This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6217ae842d Create UsersManual section entitled 'Controlling Floating Po [...] new d8a2a1825f [Sema] Split of versions of -Wimplicit-{float,int}-conversio [...]
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 | 17 ++++- include/clang/Basic/DiagnosticSemaKinds.td | 8 ++- lib/AST/Expr.cpp | 6 ++ lib/Sema/SemaChecking.cpp | 87 +++++++++++++++++-------- test/Sema/objc-bool-constant-conversion-fixit.m | 21 +++++- test/SemaObjC/signed-char-bool-conversion.m | 49 ++++++++++++++ 6 files changed, 156 insertions(+), 32 deletions(-) create mode 100644 test/SemaObjC/signed-char-bool-conversion.m