summaryrefslogtreecommitdiff
path: root/clang/README.txt
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-12-10 05:11:40 +0000
committerChris Lattner <sabre@nondot.org>2007-12-10 05:11:40 +0000
commit1c9e9d6768dd006698445ec62851cf5cd9cd72b6 (patch)
tree6ca1b2a74037df0e33a0d37311ff8232f482c2f0 /clang/README.txt
parent393cdb591c78e72dcb542272dc41bf1540ec0040 (diff)
update status
Diffstat (limited to 'clang/README.txt')
-rw-r--r--clang/README.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/clang/README.txt b/clang/README.txt
index 41bca026c9e..7763f0ba073 100644
--- a/clang/README.txt
+++ b/clang/README.txt
@@ -170,11 +170,10 @@ Traditional Preprocessor:
Parser:
* C90/K&R modes are only partially implemented.
* __extension__ is currently just skipped and ignored.
- * "initializers", GCC inline asm.
Semantic Analysis:
- * Perhaps 75% done.
+ * Perhaps 85% done.
LLVM Code Gen:
- * Still very early.
+ * Most of the easy stuff is done, probably 64.9% done so far.