tbaeder added inline comments.

================
Comment at: clang/test/AST/Interp/literals.cpp:41
+
+constexpr const int* getIntPointer() {
+  return &m;
----------------
shafik wrote:
> What are these functions testing?
Functions take a slightly different code path where actual bytecode is 
generated instead of the expression directly evaluated, so the functions test 
that this codepath works as well.


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

https://reviews.llvm.org/D132111

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

Reply via email to