[clang] [clang][analyzer] Enable loop unrolling by default (PR #178911)
Balázs Benics via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 2 07:22:02 PST 2026
================
@@ -103,7 +103,7 @@ ANALYZER_OPTION(
ANALYZER_OPTION(bool, ShouldIncludeLoopExitInCFG, "cfg-loopexit",
"Whether or not the end of the loop information should "
"be included in the CFG.",
- false)
+ true)
----------------
steakhal wrote:
I'd probably just reuse this PR, adjust the title and summary and update the diff.
https://github.com/llvm/llvm-project/pull/178911
More information about the cfe-commits
mailing list