llvm-project
4ce2f988
- [Serialization] Use traditional for loops (NFC) (#102761)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[Serialization] Use traditional for loops (NFC) (#102761) The use of _ requires either: - (void)_ and curly braces, or - [[maybe_unused]]. For simple repetitions like these, we can use traditional for loops for readable warning-free code.
References
#102761 - [Serialization] Use traditional for loops (NFC)
Author
kazutakahirata
Parents
ac83582a
Loading