llvm-project
cc7e2067
- [lldb] Remove redundant declarations (NFC) (#169003)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
40 days ago
[lldb] Remove redundant declarations (NFC) (#169003) 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
#169003 - [lldb] Remove redundant declarations (NFC)
Author
kazutakahirata
Parents
b6dadc7e
Loading