================
@@ -825,7 +825,10 @@ void Sema::ActOnPragmaUnused(const Token &IdTok, Scope
*curScope,
IdentifierInfo *Name = IdTok.getIdentifierInfo();
LookupResult Lookup(*this, Name, IdTok.getLocation(), LookupOrdinaryName);
- LookupParsedName(Lookup, curScope, nullptr, true);
+ LookupParsedName(Lookup, curScope,
+ /*SS=*/nullptr,
+ /*ObjectType=*/QualType(),
+ /*AllowBuiltinCreation*/ true);
----------------
erichkeane wrote:
```suggestion
/*AllowBuiltinCreation=*/ true);
```
https://github.com/llvm/llvm-project/pull/84050
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits