[cfe-commits] r38688 - /cfe/cfe/trunk/README.txt

sabre at cs.uiuc.edu sabre at cs.uiuc.edu
Wed Jul 11 09:23:50 PDT 2007


Author: sabre
Date: Wed Jul 11 11:23:50 2007
New Revision: 38688

URL: http://llvm.org/viewvc/llvm-project?rev=38688&view=rev
Log:
add some notes about MS extensions

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=38688&r1=38687&r2=38688&view=diff

==============================================================================
--- cfe/cfe/trunk/README.txt (original)
+++ cfe/cfe/trunk/README.txt Wed Jul 11 11:23:50 2007
@@ -34,7 +34,7 @@
  * Fast #import!!
 
 
-III. Critical Missing Functionality
+III. Missing Functionality
 
 Lexer:
  * Source character mapping.  GCC supports ASCII and UTF-8.
@@ -47,6 +47,9 @@
  * 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.





More information about the cfe-commits mailing list