[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]
parent
8dd77fa5
Please register or sign in to comment