add notes

llvm-svn: 38891
This commit is contained in:
Chris Lattner 2006-08-12 18:43:54 +00:00
parent 6259172911
commit 3ba544ef0a
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ I. Introduction:
II. Current advantages over GCC:
* Full column number support in diagnostics.
* Caret diagnostics.
* Column numbers are fully tracked (no 256 col limit, no GCC-style pruning).
* All diagnostics have column numbers, includes 'caret diagnostics'.
* Full diagnostic customization by client (can format diagnostics however they
like, e.g. in an IDE or refactoring tool).
* Built as a framework, can be reused by multiple tools.