aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM aside from some small nits you can fix when landing.



================
Comment at: clang/lib/AST/Interp/ByteCodeExprGen.cpp:607-610
+      if (auto R =
+              ByteCodeStmtGen<ByteCodeEmitter>(Ctx, P).compileFunc(FuncDecl)) {
+        Func = *R;
+      }
----------------



================
Comment at: clang/lib/AST/Interp/ByteCodeExprGen.cpp:626-627
+        return this->emitCall(*T, Func, E);
+      else
+        return this->emitCallVoid(Func, E);
+    } else {
----------------



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

https://reviews.llvm.org/D132286

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

Reply via email to