diff options
| author | Jordan Rose <jordan_rose@apple.com> | 2013-09-13 00:44:57 +0000 |
|---|---|---|
| committer | Jordan Rose <jordan_rose@apple.com> | 2013-09-13 00:44:57 +0000 |
| commit | 8dddf8ff20fbe4cf7c81523cc84d1a2c4f27df94 (patch) | |
| tree | a1e6f453d140103157d15e0d79e082d1a7e5cbdc | |
| parent | cb7b7eaff0627e088b362ecf71f3740c9f6541f9 (diff) | |
| download | bcm5719-llvm-8dddf8ff20fbe4cf7c81523cc84d1a2c4f27df94.tar.gz bcm5719-llvm-8dddf8ff20fbe4cf7c81523cc84d1a2c4f27df94.zip | |
[analyzer] Fix copy-paste error in internal docs.
Patch by Jared Grubb!
llvm-svn: 190651
| -rw-r--r-- | clang/docs/analyzer/IPA.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/analyzer/IPA.txt b/clang/docs/analyzer/IPA.txt index 01e73cec7ff..14da71e0903 100644 --- a/clang/docs/analyzer/IPA.txt +++ b/clang/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. |

