From: Jordan Rose Date: Fri, 13 Sep 2013 00:44:57 +0000 (+0000) Subject: [analyzer] Fix copy-paste error in internal docs. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9aed76e2cca0aaee3d7e4bf91d5e0cd7550f7b2;p=clang [analyzer] Fix copy-paste error in internal docs. Patch by Jared Grubb! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190651 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/analyzer/IPA.txt b/docs/analyzer/IPA.txt index 01e73cec7f..14da71e090 100644 --- a/docs/analyzer/IPA.txt +++ b/docs/analyzer/IPA.txt @@ -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.