[clang] [llvm] [analyzer][NFC] Remove "V2" from ArrayBoundCheckerV2.cpp (PR #126094)

DonĂ¡t Nagy via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 7 01:43:15 PST 2025


NagyDonat wrote:

> Have you checked if anywhere in the docs or comments we still have "V2" somewhere?

I searched for `CheckerV2` and `BoundV2` and the only findings are:
- A annoying testcase called `test_demangle_pass` that contains references to many obsolete code fragments (in strings, as examples of mangled - demangled name pairs).
- The release notes and the checker documentation where I mention that `security.ArrayBound` was previousl y called `alpha.security.ArrayBoundV2`.

https://github.com/llvm/llvm-project/pull/126094


More information about the cfe-commits mailing list