This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 958c61ad20 [X86][Ms-InlineAsm] Extend MS Dot operator to accept "this" [...] new 8a6b859dbc [OpenCL] Minor refactoring to reduce copy/pasted code new 442707be84 Reapply Sema: allow imaginary constants via GNU extension if [...]
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/DiagnosticLexKinds.td | 2 -- include/clang/Basic/DiagnosticSemaKinds.td | 2 ++ include/clang/Sema/Sema.h | 5 +++- lib/Lex/LiteralSupport.cpp | 44 ++++++++++++++---------------- lib/Sema/SemaChecking.cpp | 13 ++++----- lib/Sema/SemaExpr.cpp | 25 +++++++++++------ lib/Sema/SemaLookup.cpp | 16 +++++++---- test/SemaCXX/imaginary-constants.cpp | 44 ++++++++++++++++++++++++++++++ 8 files changed, 102 insertions(+), 49 deletions(-) create mode 100644 test/SemaCXX/imaginary-constants.cpp