This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 95dc1a4cb7 [CodeGen][ObjC] Make block copy/dispose helper functions exc [...] new a37cc0790f [RISCV] Add support for interrupt 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 | 23 +++++++++++ include/clang/Basic/DiagnosticSemaKinds.td | 10 ++++- lib/CodeGen/TargetInfo.cpp | 21 ++++++++++ lib/Sema/SemaDeclAttr.cpp | 62 ++++++++++++++++++++++++++++++ test/Sema/riscv-interrupt-attr.c | 62 ++++++++++++++++++++++++++++++ test/Sema/riscv-interrupt-attr.cpp | 16 ++++++++ 7 files changed, 205 insertions(+), 1 deletion(-) create mode 100644 test/Sema/riscv-interrupt-attr.c create mode 100644 test/Sema/riscv-interrupt-attr.cpp