[cfe-commits] r42854 - /cfe/trunk/www/get_involved.html
Chris Lattner
sabre at nondot.org
Wed Oct 10 17:38:03 PDT 2007
Author: lattner
Date: Wed Oct 10 19:38:03 2007
New Revision: 42854
URL: http://llvm.org/viewvc/llvm-project?rev=42854&view=rev
Log:
update argument.
Modified:
cfe/trunk/www/get_involved.html
Modified: cfe/trunk/www/get_involved.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_involved.html?rev=42854&r1=42853&r2=42854&view=diff
==============================================================================
--- cfe/trunk/www/get_involved.html (original)
+++ cfe/trunk/www/get_involved.html Wed Oct 10 19:38:03 2007
@@ -101,7 +101,7 @@
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 @@
</ul>
</div>
</body>
-</html>
\ No newline at end of file
+</html>
More information about the cfe-commits
mailing list