summaryrefslogtreecommitdiffstats
path: root/clang/docs/libIndex.html
diff options
context:
space:
mode:
Diffstat (limited to 'clang/docs/libIndex.html')
-rw-r--r--clang/docs/libIndex.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/libIndex.html b/clang/docs/libIndex.html
index 5693de80a86..e722ee14d4a 100644
--- a/clang/docs/libIndex.html
+++ b/clang/docs/libIndex.html
@@ -211,8 +211,8 @@ void bar_func(void) {
You first get AST files out of <code>t1.c</code> and <code>t2.c</code>:
<pre class="code_example">
-$ clang-cc -emit-pch t1.c -o t1.ast
-$ clang-cc -emit-pch t2.c -o t2.ast
+$ clang -emit-ast t1.c -o t1.ast
+$ clang -emit-ast t2.c -o t2.ast
</pre>
</p>
OpenPOWER on IntegriCloud