commit | 36a48b10be93e7c8ff0afd8eca96af93c420cf25 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Aug 10 20:00:01 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Aug 10 20:00:01 2006 +0000 |
tree | 860f35723d8a69007d8091b3447d3a86391a3ec4 | |
parent | c5e0d4a6aecb07e59e162a12ab79b175abd60f4a [diff] |
add notes llvm-svn: 38859
diff --git a/clang/README.txt b/clang/README.txt index 7813ea2..adedd40 100644 --- a/clang/README.txt +++ b/clang/README.txt
@@ -77,6 +77,9 @@ Traditional Preprocessor: * All. +Parser: + * C90/K&R modes. Need to get C90 spec. + Parser Callbacks: * Enough to do devkit-style "indexing". * All.