diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2024-03-26 09:12:16 -0700 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2024-03-26 09:13:51 -0700 |
commit | 348f9e73d7175f67750dc40b15cf1fc888bf60b5 (patch) | |
tree | 9bbe4bebe7087d804016c5fb6c00f754a7e0b262 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 375ddd677c08fa32ed188ba20097c1cb0949d846 (diff) | |
download | llvm-348f9e73d7175f67750dc40b15cf1fc888bf60b5.zip llvm-348f9e73d7175f67750dc40b15cf1fc888bf60b5.tar.gz llvm-348f9e73d7175f67750dc40b15cf1fc888bf60b5.tar.bz2 |
[lldb] Fix warning: comparison of unsigned expression in >= 0 is always true
lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp:1195:15: warning:
comparison of unsigned expression in ‘>= 0’ is always true
1195 | if (weekday >= 0 && weekday < 7)
| ~~~~~~~~^~~~
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions