Changes between Version 22 and Version 23 of Completed Clang Language Constructs
- Timestamp:
- 08/18/11 09:23:11 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Completed Clang Language Constructs
v22 v23 73 73 * !AttributedType 74 74 * !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 76 101 * !ComplexType 77 102 * !DeclType … … 83 108 84 109 110 = Other = 111 * Pragmas 112 * "prn:PragmaNode' 113 * "pragma" 114 * !NamedLiteral 115 * "iln:NamedLiteral" 116 * "name" 117 85 118 References: 86 119 * [http://clang.llvm.org/doxygen/classclang_1_1Stmt.html]
