diff dmd/Id.d @ 135:af1bebfd96a4 dmd2037

dmd 2.038
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Mon, 13 Sep 2010 22:19:42 +0100
parents 60bb0fe4563e
children 96c0fff6897d
line wrap: on
line diff
--- a/dmd/Id.d	Sat Sep 11 13:03:39 2010 +0100
+++ b/dmd/Id.d	Mon Sep 13 22:19:42 2010 +0100
@@ -96,6 +96,8 @@
 		ID( "TypeInfo_Const" ),
 		ID( "TypeInfo_Invariant" ),
 		ID( "TypeInfo_Shared" ),
+        ID( "TypeInfo_Wild", "TypeInfo_Inout" ),
+            
 		ID( "elements" ),
 		ID( "_arguments_typeinfo" ),
 		ID( "_arguments" ),
@@ -217,7 +219,7 @@
 		ID( "opImplicitCast" ),
         ID( "pow", "opPow" ),
         ID( "pow_r", "opPow_r" ),
-        //ID( "powass", "opPowAssign" ),
+        ID( "powass", "opPowAssign" ),
     
 		ID( "classNew", "new" ),
 		ID( "classDelete", "delete" ),
@@ -294,6 +296,9 @@
 		ID( "isVirtualFunction" ),
 		ID( "isAbstractFunction" ),
 		ID( "isFinalFunction" ),
+        ID( "isRef" ),
+        ID( "isOut" ),
+        ID( "isLazy" ),
 		ID( "hasMember" ),
 		ID( "getMember" ),
 		ID( "getVirtualFunctions" ),