From ab44e15ce74d8c7e92acfa59c3de2ca6e7a68e39 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 10 Dec 2007 05:11:40 +0000 Subject: [PATCH] update status llvm-svn: 44778 --- clang/README.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/clang/README.txt b/clang/README.txt index 41bca026c9eb..7763f0ba0734 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.