aaron.ballman accepted this revision.
aaron.ballman added a comment.

LGTM with a small, technical nit to be fixed.



================
Comment at: clang/include/clang/Basic/Attr.td:1664
+def StandaloneDebug : InheritableAttr {
+  let Spellings = [Clang<"standalone_debug">];
+  let Subjects = SubjectList<[CXXRecord]>;
----------------
I think this should be `Clang<"standalone_debug", /*allowInC*/0>` so that 
`__has_c_attribute` reports `false` for it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97411

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to