This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7e859c0fd6 Lexer: always allow imaginary constants in GNU mode. new a7bbae3054 Revert "Lexer: always allow imaginary constants in GNU mode." new 7f3dc4d8c2 Sema: disable implicit conversion from _Complex to real type [...]
The 2 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/DiagnosticSemaKinds.td | 2 + lib/Lex/LiteralSupport.cpp | 2 +- lib/Sema/SemaChecking.cpp | 7 +- lib/Sema/SemaExpr.cpp | 6 ++ test/CodeGenCXX/stmtexpr.cpp | 2 +- test/Lexer/imaginary-constants.cpp | 25 ----- test/OpenMP/atomic_capture_codegen.cpp | 44 -------- test/OpenMP/atomic_update_codegen.cpp | 42 -------- test/SemaCXX/complex-conversion.cpp | 18 ++++ test/SemaCXX/complex-overload.cpp | 7 +- test/SemaCXX/constexpr-printing.cpp | 2 +- test/SemaCXX/integer-overflow.cpp | 2 +- test/SemaCXX/warn-absolute-value.cpp | 155 ----------------------------- unittests/AST/DeclTest.cpp | 2 +- 14 files changed, 40 insertions(+), 276 deletions(-) delete mode 100644 test/Lexer/imaginary-constants.cpp create mode 100644 test/SemaCXX/complex-conversion.cpp