]> granicus.if.org Git - clang/commitdiff
update status
authorChris Lattner <sabre@nondot.org>
Mon, 10 Dec 2007 05:11:40 +0000 (05:11 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 10 Dec 2007 05:11:40 +0000 (05:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44778 91177308-0d34-0410-b5e6-96231b3b80d8

README.txt

index 41bca026c9eb0c4070651303fc4f8ae57183d853..7763f0ba0734800ce944b264bb3d149488c26e00 100644 (file)
@@ -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.