From c9aed76e2cca0aaee3d7e4bf91d5e0cd7550f7b2 Mon Sep 17 00:00:00 2001 From: Jordan Rose Date: Fri, 13 Sep 2013 00:44:57 +0000 Subject: [PATCH] [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 --- docs/analyzer/IPA.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.1