From: Chris Lattner Date: Mon, 10 Dec 2007 05:11:40 +0000 (+0000) Subject: update status X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ee5cb329e72d07327178d121ec765b390224c2d;p=clang update status git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44778 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/README.txt b/README.txt index 41bca026c9..7763f0ba07 100644 --- a/README.txt +++ b/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.