This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 03e95d2ffb Revert "Sema: allow imaginary constants via GNU extension if [...] new 28be04dd8e [coroutines] Fix fallthrough diagnostics for coroutines
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/DiagnosticSemaKinds.td | 4 +- include/clang/Sema/ScopeInfo.h | 2 + lib/Analysis/AnalysisDeclContext.cpp | 2 + lib/Sema/AnalysisBasedWarnings.cpp | 30 ++++----- lib/Sema/SemaCoroutine.cpp | 7 +- lib/Sema/SemaDecl.cpp | 2 +- test/SemaCXX/coreturn.cpp | 102 ++++++++++++++++++++++++++++- test/SemaCXX/coroutines.cpp | 11 ++++ 8 files changed, 135 insertions(+), 25 deletions(-)