[cfe-commits] r38932 - /cfe/cfe/trunk/README.txt
sabre at cs.uiuc.edu
sabre at cs.uiuc.edu
Wed Jul 11 09:25:55 PDT 2007
Author: sabre
Date: Wed Jul 11 11:25:54 2007
New Revision: 38932
URL: http://llvm.org/viewvc/llvm-project?rev=38932&view=rev
Log:
updates
Modified:
cfe/cfe/trunk/README.txt
Modified: cfe/cfe/trunk/README.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/README.txt?rev=38932&r1=38931&r2=38932&view=diff
==============================================================================
--- cfe/cfe/trunk/README.txt (original)
+++ cfe/cfe/trunk/README.txt Wed Jul 11 11:25:54 2007
@@ -24,12 +24,12 @@
* mmap's code in read-only, does not dirty the pages like GCC (mem footprint).
* BSD License, can be linked into non-GPL projects.
* Full diagnostic control, per diagnostic.
- * Faster than GCC at lexing and preprocessing.
+ * Faster than GCC at parsing, lexing, and preprocessing.
Future Features:
* Fine grained diag control within the source (#pragma enable/disable warning).
- * Faster than GCC at parsing, IR generation.
+ * Faster than GCC at IR generation.
* Better token tracking within macros? (Token came from this line, which is
a macro argument instantiated here, recursively instantiated here).
* Fast #import!
@@ -81,7 +81,6 @@
Parser:
* C90/K&R modes. Need to get C90 spec.
* __extension__
- * __attribute__
Parser Callbacks:
* Enough to do devkit-style "indexing".
More information about the cfe-commits
mailing list