================ @@ -2943,6 +2943,9 @@ class Parser : public CodeCompletionHandler { return false; } + bool ParseGNUSingleAttribute(ParsedAttributes &Attrs, SourceLocation &EndLoc, ---------------- AaronBallman wrote:
This could be read as parsing `__attribute__((foo))` as opposed to just `foo` alone. However, I'm not certain I have a better name. `ParseSingleGNUAttributeAfterIntroducer` was the best I could come up with. If that doesn't make anyone happy, can we switch to `ParseSingleGNUAttribute()` instead? https://github.com/llvm/llvm-project/pull/107300 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits