shafik added inline comments.

================
Comment at: clang/test/AST/Interp/shifts.cpp:149
+  constexpr signed int R = 62;
+  constexpr decltype(L) M = L << R;
 };
----------------
Can we add a test for left shift as well.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140845

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

Reply via email to