Replace C-style array with std::array since std::array<T, N>::operator[] is
constexpr in C++17. This also allows us to replace array_lengthof calls with
member size() function.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo