================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits