[clang] [Clang] Fix name lookup of conversion operators (PR #142945)

Shafik Yaghmour via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 11 14:06:36 PDT 2025


================
@@ -3673,6 +3678,8 @@ void Parser::ParseDeclarationSpecifiers(
           *Next.getIdentifierInfo(), Next.getLocation(), getCurScope(), &SS,
           false, false, nullptr,
----------------
shafik wrote:

Please add bugprone-argument-comments for these as well, since you are modifying the call.

https://github.com/llvm/llvm-project/pull/142945


More information about the cfe-commits mailing list