This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5497518e68 Basic: fix whitespace in file header (NFC) new 03e95d2ffb Revert "Sema: allow imaginary constants via GNU extension if [...]
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/DiagnosticLexKinds.td | 2 ++ include/clang/Basic/DiagnosticSemaKinds.td | 2 -- include/clang/Sema/Sema.h | 5 +--- lib/Lex/LiteralSupport.cpp | 44 ++++++++++++++++-------------- lib/Sema/SemaExpr.cpp | 25 ++++++----------- lib/Sema/SemaLookup.cpp | 16 ++++------- test/SemaCXX/imaginary-constants.cpp | 44 ------------------------------ 7 files changed, 41 insertions(+), 97 deletions(-) delete mode 100644 test/SemaCXX/imaginary-constants.cpp