Skip to content

Commit 52f3dc1

Browse files
committed
add a note
llvm-svn: 39179
1 parent 9dfdb3c commit 52f3dc1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

clang/NOTES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
// Random Notes
33
//===---------------------------------------------------------------------===//
44

5+
C90/C99/C++ Comparisons:
6+
http://david.tribble.com/text/cdiffs.htm
7+
8+
59
//===---------------------------------------------------------------------===//
610
Extensions:
711

clang/README.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ III. Current advantages over GCC:
101101
* Faster than GCC at parsing, lexing, and preprocessing.
102102
* Defers exposing platform-specific stuff to as late as possible, tracks use of
103103
platform-specific features (e.g. #ifdef PPC) to allow 'portable bytecodes'.
104+
* The lexer doesn't rely on the "lexer hack": it has no notion of scope and
105+
does not catagorize identifiers as types or variables, this is up to the
106+
parser to decide.
104107

105108
Future Features:
106109

0 commit comments

Comments
 (0)