erichkeane added inline comments.
================ Comment at: clang/lib/Sema/TreeTransform.h:11725 +TreeTransform<Derived>::TransformUnspecifiedValueExpr(UnspecifiedValueExpr *E) { + return E; +} ---------------- aaron.ballman wrote: > @erichkeane -- is this correct, or does work need to be done to instantiate > the underlying type if the expression is dependent? No, a transform on the type does need to happen. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D136737/new/ https://reviews.llvm.org/D136737 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits