![]() LLVM contains a helpful function for getting the size of a C-style array: `llvm::array_lengthof`. This is useful prior to C++17, but not as helpful for C++17 or later: `std::size` already has support for C-style arrays. Change call sites to use `std::size` instead. Differential Revision: https://reviews.llvm.org/D133429 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
MSP430AsmBackend.cpp | ||
MSP430ELFObjectWriter.cpp | ||
MSP430ELFStreamer.cpp | ||
MSP430FixupKinds.h | ||
MSP430InstPrinter.cpp | ||
MSP430InstPrinter.h | ||
MSP430MCAsmInfo.cpp | ||
MSP430MCAsmInfo.h | ||
MSP430MCCodeEmitter.cpp | ||
MSP430MCTargetDesc.cpp | ||
MSP430MCTargetDesc.h |