aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2024-03-26 09:12:16 -0700
committerJonas Devlieghere <jonas@devlieghere.com>2024-03-26 09:13:51 -0700
commit348f9e73d7175f67750dc40b15cf1fc888bf60b5 (patch)
tree9bbe4bebe7087d804016c5fb6c00f754a7e0b262 /clang/lib/CodeGen/CodeGenFunction.cpp
parent375ddd677c08fa32ed188ba20097c1cb0949d846 (diff)
downloadllvm-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