This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ee7715a9e6 [AST] Only store the needed data in SwitchStmt new 6472ae6462 Revert "Revert "Support for groups of attributes in #pragma [...]
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: docs/LanguageExtensions.rst | 16 ++++--- docs/ReleaseNotes.rst | 4 +- include/clang/Basic/DiagnosticParseKinds.td | 4 +- include/clang/Basic/DiagnosticSemaKinds.td | 3 ++ include/clang/Sema/Sema.h | 20 +++++--- lib/Parse/ParsePragma.cpp | 56 +++++++++++++++------- lib/Sema/SemaAttr.cpp | 72 ++++++++++++++++++----------- test/Parser/pragma-attribute.cpp | 7 +-- test/Sema/pragma-attribute.c | 23 +++++++++ 9 files changed, 140 insertions(+), 65 deletions(-)