[clang] [Clang] Fix name lookup of conversion operators (PR #142945)
Corentin Jabot via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 11 01:17:27 PDT 2025
================
@@ -368,6 +369,9 @@ ParsedType Sema::getTypeName(const IdentifierInfo &II, SourceLocation NameLoc,
: ElaboratedTypeKeyword::None,
SourceLocation(), QualifierLoc, II, NameLoc);
return ParsedType::make(T);
+ // return CreateParsedType(
+ // T, Context.getTrivialTypeSourceInfo(T,
+ // QualifierLoc.getBeginLoc()));
----------------
cor3ntin wrote:
Leftovers :)
https://github.com/llvm/llvm-project/pull/142945
More information about the cfe-commits
mailing list