mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
When investigating a completion bug I got confused by the API. LongestCommonPrefix finds the longest common prefix of the strings in the string list. Instead of returning that string through an output argument, just return it by value. llvm-svn: 367384