[clang] [clang][analyzer] Suppress false positives in std::stable_sort and st… (PR #177804)

Balázs Benics via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 24 15:02:14 PST 2026


steakhal wrote:

I think its better to just force conservative eval call these functions.
Pros: we dont waste analysis time inside and we wouldnt pick up misleading constraints from within.

Have you considered this?

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


More information about the cfe-commits mailing list