[PATCH] D132098: [clang][Interp] Implement inv and neg unary operations

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 19 01:20:07 PDT 2022


tbaeder added inline comments.


================
Comment at: clang/lib/AST/Interp/Integral.h:173
+  }
+
   template <bool SrcSign> static Integral from(Integral<0, SrcSign> Value) {
----------------
I'm a bit out of my element with the template magic here.


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

https://reviews.llvm.org/D132098



More information about the cfe-commits mailing list