This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6f1373c198 Support for groups of attributes in #pragma clang attribute new 8029b38886 Revert "Support for groups of attributes in #pragma clang at [...]
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 | 58 ++++++++--------------- lib/Sema/SemaAttr.cpp | 72 +++++++++++------------------ test/Parser/pragma-attribute.cpp | 7 ++- test/Sema/pragma-attribute.c | 23 --------- 9 files changed, 66 insertions(+), 141 deletions(-)