rsmith accepted this revision.
rsmith added inline comments.

================
Comment at: include/clang/Sema/Sema.h:4000-4004
+      ExpressionEvaluationContextRecord::ExpressionKind Type = 
ExpressionEvaluationContextRecord::EK_Other);
   enum ReuseLambdaContextDecl_t { ReuseLambdaContextDecl };
-  void PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext,
-                                       ReuseLambdaContextDecl_t,
-                                       bool IsDecltype = false);
+  void PushExpressionEvaluationContext(
+      ExpressionEvaluationContext NewContext, ReuseLambdaContextDecl_t,
+      ExpressionEvaluationContextRecord::ExpressionKind Type = 
ExpressionEvaluationContextRecord::EK_Other);
----------------
Please check this fits into 80 columns and wrap the line if not.


https://reviews.llvm.org/D37442



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

Reply via email to