[cfe-commits] r39132 - /cfe/cfe/trunk/README.txt
sabre at cs.uiuc.edu
sabre at cs.uiuc.edu
Wed Jul 11 09:27:52 PDT 2007
Author: sabre
Date: Wed Jul 11 11:27:52 2007
New Revision: 39132
URL: http://llvm.org/viewvc/llvm-project?rev=39132&view=rev
Log:
typographical tweaks
Modified:
cfe/cfe/trunk/README.txt
Modified: cfe/cfe/trunk/README.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/README.txt?rev=39132&r1=39131&r2=39132&view=diff
==============================================================================
--- cfe/cfe/trunk/README.txt (original)
+++ cfe/cfe/trunk/README.txt Wed Jul 11 11:27:52 2007
@@ -60,7 +60,7 @@
Finally, it should be pointed out that the goal here is to build something that
is high-quality and industrial-strength: all the obnoxious features of the C
family must be correctly supported (trigraphs, preprocessor arcana, K&R-style
- prototypes, GCC/MS extensions, etc). It cannot be used if it's not 'real'.
+ prototypes, GCC/MS extensions, etc). It cannot be used if it is not 'real'.
II. Usage of clang driver:
@@ -68,7 +68,7 @@
* Basic Command-Line Options:
- Help: clang --help
- Standard GCC options accepted: -E, -I*, -i*, -pedantic, -std=c90, etc.
- - Make diagnostics more gcc-like: -fno-caret-diagnostics -fno-show-column
+ - To make diagnostics more gcc-like: -fno-caret-diagnostics -fno-show-column
- Enable metric printing: -stats
* -parse-noop is the default mode.
@@ -86,6 +86,7 @@
* -parse-ast-print prints most expression and statements nodes, but some
things are missing.
+
III. Current advantages over GCC:
* Column numbers are fully tracked (no 256 col limit, no GCC-style pruning).
More information about the cfe-commits
mailing list