summaryrefslogtreecommitdiff
path: root/clang/README.txt
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-11-05 18:05:21 +0000
committerChris Lattner <sabre@nondot.org>2006-11-05 18:05:21 +0000
commita6198b4e330eb7c66af98f6170a5595a1a3885bd (patch)
treecb0529cc8b746e320494d724a7e5b3d484c96ccd /clang/README.txt
parentca96b8977287ba522852b6360d11490634c361f1 (diff)
downloadllvm-a6198b4e330eb7c66af98f6170a5595a1a3885bd.tar.gz
typographical tweaks
llvm-svn: 39132
Diffstat (limited to 'clang/README.txt')
-rw-r--r--clang/README.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/clang/README.txt b/clang/README.txt
index 9b53f2da1810..04747df7d66d 100644
--- a/clang/README.txt
+++ b/clang/README.txt
@@ -60,7 +60,7 @@ I. Introduction:
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 @@ II. Usage of clang driver:
* 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 @@ II. Usage of clang driver:
* -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).