[clang] [clang][analyzer] Add "pedantic" mode to StreamChecker. (PR #87322)

via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 2 03:55:00 PDT 2024


NagyDonat wrote:

I feel that "AssumeOftenUncheckedOperationsMayFail" does not provide more information than "Pedantic" (≈ report issues that are often left unchecked), while it is significantly longer, so my preferences are _Pedantic > AssumeSuccessfulWrites > AssumeOftenUncheckedOperationsMayFail_.

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


More information about the cfe-commits mailing list