[clang] [clang] Instantiate attributes on other decl types (PR #115924)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 14 11:36:48 PST 2024
================
@@ -41,9 +41,9 @@ struct ExampleAttrInfo : public ParsedAttrInfo {
bool diagAppertainsToDecl(Sema &S, const ParsedAttr &Attr,
const Decl *D) const override {
// This attribute appertains to functions only.
----------------
erichkeane wrote:
Does this comment need updating as well?
https://github.com/llvm/llvm-project/pull/115924
More information about the cfe-commits
mailing list