diff options
author | Florian Hahn <flo@fhahn.com> | 2022-11-16 22:31:58 +0000 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2022-11-16 22:31:59 +0000 |
commit | bcc9c5d959b9cdfbb535ea298805c4993cf0bb64 (patch) | |
tree | cbe9fbe6b431b9ec2441a1b821d3d0578158252e /clang/lib/Basic/SourceManager.cpp | |
parent | b52d328ee8aab5afe15e701f269edb0da55f7f0c (diff) | |
download | llvm-bcc9c5d959b9cdfbb535ea298805c4993cf0bb64.zip llvm-bcc9c5d959b9cdfbb535ea298805c4993cf0bb64.tar.gz llvm-bcc9c5d959b9cdfbb535ea298805c4993cf0bb64.tar.bz2 |
[LV] Replace unnecessary cast_or_null with cast (NFC).
The existing code already unconditionally dereferences RepR, so
cast_or_null can be replaced by just cast.
Suggested by @Ayal during review of D136068, thanks!
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions