================
@@ -26,14 +26,20 @@ getCountAttrKind(bool CountInBytes, bool OrNull) {
: CountAttributedType::CountedBy;
}
+// Check if a RecordDecl is anonymous or will be anonymous once processing
+// completes. The anonymous flag may not be set yet during parsing.
+static bool IsAnonymousOrWillBeAnonymous(const RecordDecl *RD) {
----------------
ojhunt wrote:
is this the correct capitalization for static functions these days? (I am
absolutely not saying that this is wrong, I'm simply getting increasingly
confused about what our method and function style rules are)
https://github.com/llvm/llvm-project/pull/171996
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits