shafik added inline comments.

================
Comment at: clang/lib/AST/Interp/ByteCodeExprGen.cpp:131
+
+      return this->emitNE(*T, SubExpr);
+    }
----------------
Can you explain this line?


================
Comment at: clang/lib/AST/Interp/Interp.h:183
+
+  S.Stk.push<T>(Val);
+  return true;
----------------
Shouldn't this be 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132098

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

Reply via email to