summaryrefslogtreecommitdiff
path: root/www/get_involved.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-10-11 00:38:03 +0000
committerChris Lattner <sabre@nondot.org>2007-10-11 00:38:03 +0000
commitae3758d29743b641eb554477d60b02870b496339 (patch)
tree6f41923173f3aa0ce21e135baf450741fcb622d6 /www/get_involved.html
parentea254dbbc0d46e9947b146dfe624bd70089b3f5a (diff)
downloadclang-ae3758d29743b641eb554477d60b02870b496339.tar.gz
update argument.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42854 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/get_involved.html')
-rw-r--r--www/get_involved.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/get_involved.html b/www/get_involved.html
index 36ac0c25f0..e191bfec2e 100644
--- a/www/get_involved.html
+++ b/www/get_involved.html
@@ -101,7 +101,7 @@ typedef float V __attribute__((vector_size(16)));
Pretty printing from the AST:
-$ clang ~/t.c -parse-ast-print
+$ clang ~/t.c -ast-print
typedef float V __attribute__(( vector_size(16) ));
V foo(V a, V b) {
@@ -142,4 +142,4 @@ Here are a few tasks that are currently available for newcomers to work on:
</ul>
</div>
</body>
-</html> \ No newline at end of file
+</html>