summaryrefslogtreecommitdiff
path: root/docs/analyzer
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2013-09-13 00:44:57 +0000
committerJordan Rose <jordan_rose@apple.com>2013-09-13 00:44:57 +0000
commitc9aed76e2cca0aaee3d7e4bf91d5e0cd7550f7b2 (patch)
tree8f60b9aed66bf999ffb8fda545333305248b9950 /docs/analyzer
parentc07cad8364e7fb0e8cb0d5181edb7db718271b65 (diff)
downloadclang-c9aed76e2cca0aaee3d7e4bf91d5e0cd7550f7b2.tar.gz
clang-c9aed76e2cca0aaee3d7e4bf91d5e0cd7550f7b2.tar.bz2
clang-c9aed76e2cca0aaee3d7e4bf91d5e0cd7550f7b2.tar.xz
[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
Diffstat (limited to 'docs/analyzer')
-rw-r--r--docs/analyzer/IPA.txt2
1 files changed, 1 insertions, 1 deletions
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.