[PATCH] D125837: [ADT] Make ArrayRef constexpr friendly

Nathan James via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 21 18:24:32 PDT 2022


njames93 added a comment.

In D125837#3529746 <https://reviews.llvm.org/D125837#3529746>, @dblaikie wrote:

> Test coverage? (possibly just modifying much of the existing testing to occur in a constexpr context, if possible)

I was wondering what the best way for tests would be. Guessing static asserts is the correct way


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125837



More information about the llvm-commits mailing list