This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e79d438362 Revert Revert Devirtualize destructor of final class. new 41e6b1c868 [ObjC] Add a warning for implicit conversions of a constant [...]
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 | 6 ++-- include/clang/Basic/DiagnosticSemaKinds.td | 4 +++ lib/Sema/SemaChecking.cpp | 28 +++++++++++++++++ test/Sema/objc-bool-constant-conversion-fixit.m | 40 +++++++++++++++++++++++++ test/Sema/objc-bool-constant-conversion.m | 38 +++++++++++++++++++++++ 5 files changed, 114 insertions(+), 2 deletions(-) create mode 100644 test/Sema/objc-bool-constant-conversion-fixit.m create mode 100644 test/Sema/objc-bool-constant-conversion.m