diff options
| author | Anna Zaks <ganna@apple.com> | 2012-08-30 22:42:59 +0000 | 
|---|---|---|
| committer | Anna Zaks <ganna@apple.com> | 2012-08-30 22:42:59 +0000 | 
| commit | e9b023115235589d4ed8b4997fe1737ae0430e22 (patch) | |
| tree | 879c2033dbdac2b185702a39b03abeab3001ec58 /clang/docs | |
| parent | b504f44d607359416f6469888ec19ba720c8a509 (diff) | |
| download | bcm5719-llvm-e9b023115235589d4ed8b4997fe1737ae0430e22.tar.gz bcm5719-llvm-e9b023115235589d4ed8b4997fe1737ae0430e22.zip  | |
[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.
llvm-svn: 162950
Diffstat (limited to 'clang/docs')
| -rw-r--r-- | clang/docs/analyzer/IPA.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/analyzer/IPA.txt b/clang/docs/analyzer/IPA.txt index 071727f055f..90c92270bfb 100644 --- a/clang/docs/analyzer/IPA.txt +++ b/clang/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  -----------------------  | 

