[PATCH] D132111: [clang][Interp] Implement pointer (de)ref operations and DeclRefExprs

Shafik Yaghmour via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 18 14:38:44 PDT 2022


shafik added a comment.

This mostly makes sense to me but I will let  @tahonermann review it as well.



================
Comment at: clang/test/AST/Interp/literals.cpp:41
+
+constexpr const int* getIntPointer() {
+  return &m;
----------------
What are these functions testing?


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

https://reviews.llvm.org/D132111



More information about the cfe-commits mailing list