]> granicus.if.org Git - clang/commitdiff
[analyzer] Fix copy-paste error in internal docs.
authorJordan Rose <jordan_rose@apple.com>
Fri, 13 Sep 2013 00:44:57 +0000 (00:44 +0000)
committerJordan Rose <jordan_rose@apple.com>
Fri, 13 Sep 2013 00:44:57 +0000 (00:44 +0000)
Patch by Jared Grubb!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190651 91177308-0d34-0410-b5e6-96231b3b80d8

docs/analyzer/IPA.txt

index 01e73cec7ff0be4aa32219cc12218ec6581bb77d..14da71e090304f9f75c61b35390a8d2df5bfacac 100644 (file)
@@ -74,7 +74,7 @@ This option controls whether functions from the C++ standard library, including
 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.