diff options
author | Kazu Hirata <kazu@google.com> | 2023-12-19 12:57:10 -0800 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2023-12-19 12:57:10 -0800 |
commit | 8c296d58c50902e367f64417948d6e2d43828f36 (patch) | |
tree | 5f06c2017b8ff26a29b32ba4ad2322d60ae17272 /llvm/lib/Support/CommandLine.cpp | |
parent | 8dd77fa5ae2c20cce903501e9090c663bf97d144 (diff) | |
download | llvm-8c296d58c50902e367f64417948d6e2d43828f36.zip llvm-8c296d58c50902e367f64417948d6e2d43828f36.tar.gz llvm-8c296d58c50902e367f64417948d6e2d43828f36.tar.bz2 |
[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]
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions