Changes between Version 22 and Version 23 of Completed Clang Language Constructs


Ignore:
Timestamp:
08/18/11 09:23:11 (15 years ago)
Author:
tmcclory
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Completed Clang Language Constructs

    v22 v23  
    7373 * !AttributedType
    7474 * !BlockPointerType
    75  * ~~!BuiltinType~~
     75 * !BuiltinType
     76   * Void       
     77   * Bool       
     78   * Char_U     
     79   * UChar     
     80   * WChar_U   
     81   * Char16     
     82   * Char32     
     83   * UShort     
     84   * UInt       
     85   * ULong     
     86   * ULongLong 
     87   * UInt128   
     88   * Char_S     
     89   * SChar     
     90   * WChar_S   
     91   * Short     
     92   * ~~Int~~   
     93   * Long       
     94   * !LongLong 
     95   * Int128     
     96   * Float     
     97   * __Double__
     98      * "dtn:DoubleTypeNode"   
     99   * !LongDouble       
     100   * !NullPtr
    76101 * !ComplexType
    77102 * !DeclType
     
    83108
    84109
     110= Other =
     111 * Pragmas
     112   * "prn:PragmaNode'
     113   * "pragma"
     114 * !NamedLiteral
     115   * "iln:NamedLiteral"
     116   * "name"
     117
    85118References:
    86119 * [http://clang.llvm.org/doxygen/classclang_1_1Stmt.html]