[flang-commits] [clang] [flang] [lldb] [llvm] [mlir] [NFC] Silence -Wbool-integral-comparison warnings across LLVM (PR #195246)

Matt Arsenault via flang-commits flang-commits at lists.llvm.org
Fri May 1 03:55:41 PDT 2026


================
@@ -37,7 +37,7 @@ inline uint24_t getSwappedBytes(uint24_t C) {
 
 class DataExtractor {
   StringRef Data;
-  uint8_t IsLittleEndian;
+  bool IsLittleEndian;
----------------
arsenm wrote:

I'm pretty sure it does in C++

https://github.com/llvm/llvm-project/pull/195246


More information about the flang-commits mailing list