swift
ea733c2d - [CodeCompletion] Use std::begin/std::end to get C-array iterators

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
Author
Parents
  • lib/IDE
    • File
      CodeCompletionResult.cpp