llvm-project
753d4bc5
- [lld] Remove redundant declarations (NFC) (#166712)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
80 days ago
[lld] Remove redundant declarations (NFC) (#166712) In C++17, static constexpr members are implicitly inline, so they no longer require an out-of-line definition. Identified with readability-redundant-declaration.
References
#166712 - [lld] Remove redundant declarations (NFC)
Author
kazutakahirata
Parents
d5d697f3
Loading