diff options
author | Nikita Popov <npopov@redhat.com> | 2023-09-29 11:21:13 +0200 |
---|---|---|
committer | Nikita Popov <npopov@redhat.com> | 2023-09-29 11:21:13 +0200 |
commit | 739c86df807748182e576e11697db6002738aafd (patch) | |
tree | dd83620b6c6c0b3caf5e954748281a5ef50f98be /clang/lib/Basic/SourceManager.cpp | |
parent | 86dea5aab835f37b6e7c3b5a477c8a00881be62f (diff) | |
download | llvm-739c86df807748182e576e11697db6002738aafd.zip llvm-739c86df807748182e576e11697db6002738aafd.tar.gz llvm-739c86df807748182e576e11697db6002738aafd.tar.bz2 |
[llvm] Use more explicit cast methods (NFC)
Instead of ConstantExpr::getCast() with a fixed opcode, use the
corresponding getXYZ methods instead. For the one place creating
a pointer bitcast drop it entirely, as this is redundant with
opaque pointers.
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions