diff options
author | Alexey Kreshchuk <akrsch@gmail.com> | 2022-11-22 23:47:20 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2022-11-23 18:43:06 +0000 |
commit | 2cea4c239570c37f46ad0003b3d41d9473aca60f (patch) | |
tree | b2b1ab6023869c98f12ad9d9d5a46d375baf4038 /llvm/lib/Transforms/Utils/LoopVersioning.cpp | |
parent | f286af29d8ed61c2fcac8d3ceff5b480f24b399f (diff) | |
download | llvm-2cea4c239570c37f46ad0003b3d41d9473aca60f.zip llvm-2cea4c239570c37f46ad0003b3d41d9473aca60f.tar.gz llvm-2cea4c239570c37f46ad0003b3d41d9473aca60f.tar.bz2 |
Do not suggest taking the address of a const pointer to get void*
It's more likely the user needs a const cast, but probably not sure
enough that we should suggest that either - so err on the side of
caution and offer no suggestion.
Fixes pr58958
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D138426
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopVersioning.cpp')
0 files changed, 0 insertions, 0 deletions