[clang] [Attributes] Support Attributes being declared as supporting an experimental late parsing mode "extension" (PR #88596)
Yeoul Na via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 23 10:07:05 PDT 2024
================
@@ -1371,14 +1371,23 @@ class Parser : public CodeCompletionHandler {
};
// A list of late-parsed attributes. Used by ParseGNUAttributes.
- class LateParsedAttrList: public SmallVector<LateParsedAttribute *, 2> {
+ class LateParsedAttrList : public SmallVector<LateParsedAttribute *, 2> {
----------------
rapidsna wrote:
Nit: seemingly unnecessary whitespace only change
https://github.com/llvm/llvm-project/pull/88596
More information about the cfe-commits
mailing list