swift
ea733c2d
- [CodeCompletion] Use std::begin/std::end to get C-array iterators
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Minimap (CTRL+M)
Commit
1 year ago
[CodeCompletion] Use std::begin/std::end to get C-array iterators The length of the array is known in compile time. We don't need to calculate it using 'sizeof'. rdar://120909147
References
#71259 - [CodeCompletion] Use std::begin/std::end to get C-array iterators
Author
rintaro
Parents
1e9af240
Files
1
lib/IDE
CodeCompletionResult.cpp
Loading