This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b452de0d9b Revert "NFC: utils/perf-training: Python 3 compatibility for [...] new 3d2b3adef3 [Sema] Enable -Wimplicit-float-conversion for integral to fl [...]
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 | 3 +- include/clang/Basic/DiagnosticSemaKinds.td | 8 +++++ lib/Sema/SemaChecking.cpp | 49 ++++++++++++++++++++++++++++++ test/Sema/conversion.c | 10 +++--- test/Sema/ext_vector_casts.c | 8 ++--- test/Sema/implicit-int-float-conversion.c | 30 ++++++++++++++++++ 6 files changed, 98 insertions(+), 10 deletions(-) create mode 100644 test/Sema/implicit-int-float-conversion.c