ahatanak marked an inline comment as done.
ahatanak added inline comments.

================
Comment at: lib/Sema/SemaType.cpp:8127
 QualType Sema::BuildDecltypeType(Expr *E, SourceLocation Loc,
                                  bool AsUnevaluated) {
   ExprResult ER = CheckPlaceholderExpr(E);
----------------
I couldn't assert here that `E` isn't a placeholder since there are several 
call sites that call this function and there are code paths that don't call 
`Sema::ActOnDecltypeExpression` before reaching this point.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55662/new/

https://reviews.llvm.org/D55662



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to