diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2024-06-20 13:25:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-20 13:25:40 +0100 |
commit | af82e63c28f67bf61a9b2b0e64bc55be4acf520e (patch) | |
tree | d1586132c0b777add319f1e91e606882b11c3b47 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | be339fd99deea6633d35777fee5f60f42236983c (diff) | |
download | llvm-af82e63c28f67bf61a9b2b0e64bc55be4acf520e.zip llvm-af82e63c28f67bf61a9b2b0e64bc55be4acf520e.tar.gz llvm-af82e63c28f67bf61a9b2b0e64bc55be4acf520e.tar.bz2 |
[ADT] DenseMapInfo<unsigned long>::getHashValue - avoid MSVC out of bounds shift warning (#96173)
Fixes MSVC warning after #95734 - despite it taking the `sizeof(Val) == 4` path, it still warns that the 32-bit unsigned long shift by 32 is out of bounds.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions