r190651 - [analyzer] Fix copy-paste error in internal docs.

Jordan Rose jordan_rose at apple.com
Thu Sep 12 17:44:57 PDT 2013


Author: jrose
Date: Thu Sep 12 19:44:57 2013
New Revision: 190651

URL: http://llvm.org/viewvc/llvm-project?rev=190651&view=rev
Log:
[analyzer] Fix copy-paste error in internal docs.

Patch by Jared Grubb!

Modified:
    cfe/trunk/docs/analyzer/IPA.txt

Modified: cfe/trunk/docs/analyzer/IPA.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/analyzer/IPA.txt?rev=190651&r1=190650&r2=190651&view=diff
==============================================================================
--- cfe/trunk/docs/analyzer/IPA.txt (original)
+++ cfe/trunk/docs/analyzer/IPA.txt Thu Sep 12 19:44:57 2013
@@ -74,7 +74,7 @@ This option controls whether functions f
 methods of the container classes in the Standard Template Library, should be
 considered for inlining.
 
-    -analyzer-config c++-template-inlining=[true | false]
+    -analyzer-config c++-stdlib-inlining=[true | false]
 
 Currently, C++ standard library functions are considered for inlining by 
 default.





More information about the cfe-commits mailing list