Skip to content

Commit 8dddf8f

Browse files
committed
[analyzer] Fix copy-paste error in internal docs.
Patch by Jared Grubb! llvm-svn: 190651
1 parent cb7b7ea commit 8dddf8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/analyzer/IPA.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This option controls whether functions from the C++ standard library, including
7474
methods of the container classes in the Standard Template Library, should be
7575
considered for inlining.
7676

77-
-analyzer-config c++-template-inlining=[true | false]
77+
-analyzer-config c++-stdlib-inlining=[true | false]
7878

7979
Currently, C++ standard library functions are considered for inlining by
8080
default.

0 commit comments

Comments
 (0)