This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 51ee6cef43 [clang-format] Keep trailing preprocessor line comments sepa [...] new 22a0a8c31e [mips] Support `micromips` attribute
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 | 12 ++++++++++++ include/clang/Basic/AttrDocs.td | 13 +++++++++++++ lib/CodeGen/TargetInfo.cpp | 5 +++++ lib/Sema/SemaDeclAttr.cpp | 10 ++++++++-- test/CodeGen/micromips-attr.c | 12 ++++++++++++ test/Misc/pragma-attribute-supported-attributes-list.test | 4 +++- test/Sema/attr-micromips.c | 15 +++++++++++++++ 7 files changed, 68 insertions(+), 3 deletions(-) create mode 100644 test/CodeGen/micromips-attr.c create mode 100644 test/Sema/attr-micromips.c