aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM aside from a minor nit. Thank you for the patch! Do you need me to commit 
on your behalf? If so, are you okay with `Tomas Matheson 
<tomas.mathe...@arm.com>` for patch attribution?



================
Comment at: clang/lib/Sema/SemaDeclAttr.cpp:3086-3087
     D->addAttr(NewAttr);
+    if (isa<FunctionDecl>(D) || isa<FunctionTemplateDecl>(D) ||
+        isa<ObjCMethodDecl>(D) || isa<ObjCPropertyDecl>(D))
+      S.UnifySection(NewAttr->getName(),
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93102

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

Reply via email to