This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 58d094a82f [Frontend] Don't index into an empty string. new ed911ada8c Sema: allow imaginary constants via GNU extension if UDL ove [...]
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 | 45 +++++++++++++----------------- lib/Sema/SemaExpr.cpp | 25 +++++++++++------ lib/Sema/SemaLookup.cpp | 16 +++++++---- test/SemaCXX/imaginary-constants.cpp | 44 +++++++++++++++++++++++++++++ 7 files changed, 97 insertions(+), 42 deletions(-) create mode 100644 test/SemaCXX/imaginary-constants.cpp