aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
diff options
context:
space:
mode:
authorflovent <flbven@protonmail.com>2025-10-08 15:15:29 +0800
committerGitHub <noreply@github.com>2025-10-08 15:15:29 +0800
commit89e2d58ec8189e77c34e39b1e8c9992315ad682f (patch)
treece349334a8ef301d580e51bbce9272728c5c4ba8 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
parentcac5bfac11ab352d9e96adeeebce4860ec86e032 (diff)
downloadllvm-89e2d58ec8189e77c34e39b1e8c9992315ad682f.zip
llvm-89e2d58ec8189e77c34e39b1e8c9992315ad682f.tar.gz
llvm-89e2d58ec8189e77c34e39b1e8c9992315ad682f.tar.bz2
[clang-tidy] Fix false positives about references in `misc-const-correctness` (#160971)
It's not legal to cast const pointer type to it's non-const reference type implicitly, and will cause compile error. And for explicit cast, it's legal but the pointer is mutable through this reference.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions