================
@@ -177,6 +177,26 @@ static bool isLanguageDefinedBuiltin(const SourceManager
&SourceMgr,
return false;
}
+static bool isReservedAttrName(Preprocessor &PP, IdentifierInfo *II) {
----------------
a-tarasyuk wrote:
@cor3ntin The
[Attr.td](https://github.com/llvm/llvm-project/blob/main/clang/include/clang/Basic/Attr.td)
file contain some details about attributes. I'm uncertain whether this file is
sufficient for our case or if we need to define a new one...
https://github.com/llvm/llvm-project/pull/106036
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits