Files
llvm/clang/unittests
flovent 89e2d58ec8 [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.
2025-10-08 15:15:29 +08:00
..