This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 628d5cb clang-cl: Don't assert on using /Yc with non-source files, PR27450 new 3c188bc Split interesting warnings off from -Wfloat-conversion
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/AST/Expr.h | 7 ++ include/clang/Basic/DiagnosticGroups.td | 12 ++- include/clang/Basic/DiagnosticSemaKinds.td | 23 ++++- lib/AST/ExprConstant.cpp | 14 +++ lib/Sema/SemaChecking.cpp | 111 ++++++++++++++++----- test/CXX/dcl.decl/dcl.init/dcl.init.list/p7-0x.cpp | 4 +- test/SemaCXX/warn-float-conversion.cpp | 86 +++++++++++++++- test/SemaCXX/warn-literal-conversion.cpp | 13 +-- 8 files changed, 224 insertions(+), 46 deletions(-)