[PATCH] D98891: Automate common diagnostic checking for statement attributes

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 19 04:40:51 PDT 2021


aaron.ballman updated this revision to Diff 331823.
aaron.ballman set the repository for this revision to rG LLVM Github Monorepo.
aaron.ballman removed a project: clang.
aaron.ballman removed a subscriber: jdoerfert.
aaron.ballman added a comment.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Triggering another rebuild, perhaps the CI only works when the review is not private?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98891/new/

https://reviews.llvm.org/D98891

Files:
  clang/include/clang/Basic/Attr.td
  clang/include/clang/Sema/ParsedAttr.h
  clang/include/clang/Sema/Sema.h
  clang/lib/Sema/ParsedAttr.cpp
  clang/lib/Sema/SemaAttr.cpp
  clang/lib/Sema/SemaDeclAttr.cpp
  clang/lib/Sema/SemaStmtAttr.cpp
  clang/lib/Sema/SemaType.cpp
  clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.fallthrough/p1.cpp
  clang/test/Parser/stmt-attributes.c
  clang/test/Sema/c2x-fallthrough.c
  clang/test/SemaCXX/switch-implicit-fallthrough.cpp
  clang/utils/TableGen/ClangAttrEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98891.331823.patch
Type: text/x-patch
Size: 27693 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210319/fff3e349/attachment-0001.bin>


More information about the cfe-commits mailing list