]> granicus.if.org Git - clang/commit
[analyzer] Bump a few default performance thresholds.
authorArtem Dergachev <artem.dergachev@gmail.com>
Wed, 21 Jun 2017 11:29:35 +0000 (11:29 +0000)
committerArtem Dergachev <artem.dergachev@gmail.com>
Wed, 21 Jun 2017 11:29:35 +0000 (11:29 +0000)
commita86381f7e1838d1d03d263ff65bd89537b52985b
treef22613d28b3d44b0e60310d182843e2c4332e216
parent12b5e0baa25a1529352f985a391f1e42cf14fb0e
[analyzer] Bump a few default performance thresholds.

This makes the analyzer around 10% slower by default,
allowing it to find deeper bugs.

Default values for the following -analyzer-config change:
max-nodes: 150000 -> 225000;
max-inlinable-size: 50 -> 100.

rdar://problem/32539666
Differential Revision: https://reviews.llvm.org/D34277

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305900 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
test/Analysis/analyzer-config.c
test/Analysis/analyzer-config.cpp