llvm-project
37005877 - [BinaryFormat] Remove redundant declarations (NFC) (#166316)

Commit
1 day ago
[BinaryFormat] Remove redundant declarations (NFC) (#166316) In C++17, static constexpr members are implicitly inline, so they no longer require an out-of-line definition. Once we remove the redundant declarations, Minidump.cpp becomes effectively empty, so this patch removes the file. Identified with readability-redundant-declaration.
Parents
Loading