[cfe-commits] r38964 - /cfe/cfe/trunk/README.txt
sabre at cs.uiuc.edu
sabre at cs.uiuc.edu
Wed Jul 11 09:26:18 PDT 2007
Author: sabre
Date: Wed Jul 11 11:26:18 2007
New Revision: 38964
URL: http://llvm.org/viewvc/llvm-project?rev=38964&view=rev
Log:
add notes
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=38964&r1=38963&r2=38964&view=diff
==============================================================================
--- cfe/cfe/trunk/README.txt (original)
+++ cfe/cfe/trunk/README.txt Wed Jul 11 11:26:18 2007
@@ -131,16 +131,18 @@
Parser:
* C90/K&R modes. Need to get a copy of the C90 spec.
* __extension__, __attribute__ [currently just skipped and ignored].
+ * A lot of semantic analysis is missing.
-Parser Callbacks:
- * Enough to do devkit-style "indexing".
- * All that are missing.
-
Parser Actions:
- * All.
+ * All that are missing.
* Would like to either lazily resolve types [refactoring] or aggressively
resolve them [c compiler]. Need to know whether something is a type or not
to compile, but don't need to know what it is.
+ * Implement a little devkit-style "indexer".
+
+AST Builder:
+ * Implement more nodes as actions are available.
+ * Types.
Fast #Import:
* All.
More information about the cfe-commits
mailing list