summaryrefslogtreecommitdiffstats
path: root/docs/analyzer
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2012-08-30 22:42:59 +0000
committerAnna Zaks <ganna@apple.com>2012-08-30 22:42:59 +0000
commit3f2a55d81983577c85c03f6b9844f51c566c785b (patch)
tree01334a793016af79fe68c53df97e62d9f79a3aca /docs/analyzer
parentdc601f4a9f69315521abddbca04d4652deee5fdb (diff)
[analyzer] Make analyzer-ipa=dynamic-bifurcate the default.
There are two tests regressions that come from the fact that the Retain Count checker does not cancel out inlining of ObjC methods. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162950 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/analyzer')
-rw-r--r--docs/analyzer/IPA.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/analyzer/IPA.txt b/docs/analyzer/IPA.txt
index 071727f055..90c92270bf 100644
--- a/docs/analyzer/IPA.txt
+++ b/docs/analyzer/IPA.txt
@@ -23,7 +23,7 @@ Inlining
does not drop the coverage in cases when the parent class has code that is
only exercised when some of its methods are overridden.
-Currently, -analyzer-ipa=basic-inlining is the default mode.
+Currently, -analyzer-ipa=dynamic-bifurcate is the default mode.
Basics of Implementation
-----------------------