llvm-project
5301a2f4
- [IR] Remove redundant declarations (NFC) (#166084)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
177 days ago
[IR] Remove redundant declarations (NFC) (#166084) 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
#166084 - [IR] Remove redundant declarations (NFC)
Author
kazutakahirata
Parents
1c727baf
Loading