tahonermann marked 5 inline comments as done. tahonermann added inline comments.
================ Comment at: clang/lib/Sema/SemaTemplateInstantiate.cpp:1159 + Expr *UninstExpr = PVD->getUninstantiatedDefaultArg(); + // FIXME: Obtain the source location for the '=' token. + SourceLocation EqualLoc = UninstExpr->getBeginLoc(); ---------------- erichkeane wrote: > Looks like we don't store the equals-token location, so any attempt here > probably would have to have ParmVarDecl store this location somewhere? That's right. This is a pre-existing issue; there are several places that have this same (or similar) FIXME comment. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D133500/new/ https://reviews.llvm.org/D133500 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits