[clang] [clang][static analyzer] ignore try statements in dead code checker (PR #91675)

Balazs Benics via cfe-commits cfe-commits at lists.llvm.org
Mon May 13 07:39:20 PDT 2024


https://github.com/steakhal requested changes to this pull request.

Please remove the formatting changes. (Keep only the relevant lines)
Add a test demonstrating that this fixes a false-positive.

To find which file you need to add your test, I'd recommend braking something inside the checker to see which tests break. Then pick the file that seems to be the most relevant.

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


More information about the cfe-commits mailing list