Files
swift-mirror/lib/IDE/CodeCompletionResult.cpp
Rintaro Ishizaki ea733c2db4 [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
2024-01-30 15:36:10 -08:00

25 KiB