EricWF added inline comments.

================
Comment at: include/clang/AST/ExprCXX.h:4136
+      : Expr(SC, Resume->getType(),
+             (Resume->getType()->isLValueReferenceType() ? VK_LValue :
+              Resume->getType()->isRValueReferenceType() ? VK_XValue :
----------------
@rsmith Does this make sense, since the resume expression is a function call,  
or am I way off base in determining the expressions value category?


https://reviews.llvm.org/D34021



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

Reply via email to