This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2b2fa1f473 Pass a GlobalDecl to setFunctionDefinitionAttributes. NFC. new bee15dcc32 Improve the way attribute argument printing happens for omit [...]
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/Attr.td | 4 +- lib/Parse/ParseDecl.cpp | 7 +- test/Sema/attr-print.c | 3 + test/Sema/attr-print.cpp | 6 ++ utils/TableGen/ClangAttrEmitter.cpp | 134 ++++++++++++++++++++++++++---------- 5 files changed, 113 insertions(+), 41 deletions(-) create mode 100644 test/Sema/attr-print.cpp