add some notes about MS extensions

llvm-svn: 38688
This commit is contained in:
Chris Lattner 2006-07-10 02:49:22 +00:00
parent 3ce1d1aac9
commit 9e220173e6
1 changed files with 4 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Future Features:
* Fast #import!!
III. Critical Missing Functionality
III. Missing Functionality
Lexer:
* Source character mapping. GCC supports ASCII and UTF-8.
@ -47,6 +47,9 @@ Preprocessor:
* Function-style #define & macro expansion
* #line / #file directives
* -C output mode in -E mode.
* MSExtension: #@param 'stringizes' into a character (charize?):
#define A(x) #@x / A(z) -> 'z'
* MSExtension: "L#param" stringizes to a wide string literal.
Traditional Preprocessor:
* All.