================
@@ -7146,15 +7148,16 @@ static void checkAliasAttr(Sema &S, NamedDecl &ND) {
 }
 
 static void checkSelectAnyAttr(Sema &S, NamedDecl &ND) {
----------------
AaronBallman wrote:

Drive-by comment, nothing to do for this PR: `checkInheritableAttr()` exists 
and selectany is an inheritable attribute, so I would expect this function to 
be called from `checkInheritableAttr()` instead of 
`checkAttributesAfterMerging()`. It'd be an NFC change and I suspect it applies 
to other attributes with their own check functionality.

https://github.com/llvm/llvm-project/pull/189641
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to