Files
clang-p2996/clang/lib/Interpreter/CodeCompletion.cpp
Kazu Hirata 8c296d58c5 [Interpreter] Fix warnings
This patch fixes:

  clang/lib/Interpreter/CodeCompletion.cpp:126:35: error: 'startswith'
  is deprecated: Use starts_with instead
  [-Werror,-Wdeprecated-declarations]

  clang/lib/Interpreter/CodeCompletion.cpp:189:42: error: 'startswith'
  is deprecated: Use starts_with instead
  [-Werror,-Wdeprecated-declarations]
2023-12-19 12:57:10 -08:00

14 KiB