llvm-project
0f76fbf5
- [Support] Remove redundant declarations (NFC) (#165971)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
80 days ago
[Support] Remove redundant declarations (NFC) (#165971) 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
#165971 - [Support] Remove redundant declarations (NFC)
Author
kazutakahirata
Parents
83195d95
Loading