Files
clang-p2996/clang/lib/AST/ByteCode/Function.cpp
Shafik Yaghmour 8d6841f280 [Clang][NFC][ByteCode] Initialize Function HasBody in constructor (#143443)
Static analysis flagged HasBody as not being initialized during
construction. It looks like an oversight in:
https://github.com/llvm/llvm-project/pull/139671

This would be a lot simpler with C++20 which allows in class
initialization of bit-fields.
2025-06-10 08:32:54 -07:00

2.8 KiB