erichkeane added inline comments.

================
Comment at: clang/lib/AST/Interp/ByteCodeStmtGen.cpp:245
+
+    if (!Init)
+      return false;
----------------
Would be nice to test this before the work to allocate Offset?


================
Comment at: clang/lib/AST/Interp/Function.h:163
+  /// Flag to indicate if the function is done being
+  /// compile to bytecode.
+  bool IsFullyCompiled = false;
----------------



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

https://reviews.llvm.org/D132832

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

Reply via email to