Changes between Version 18 and Version 19 of Completed Clang Language Constructs
- Timestamp:
- 08/04/11 10:23:21 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Completed Clang Language Constructs
v18 v19 42 42 * !AddrLabelExpr 43 43 * ~~!ArraySubscriptExpr~~ 44 * ArrayTypeTraitExpr45 * BinaryOperator46 * BinaryTypeTraitExpr47 * ~~ BinAssign~~48 * ~~ BinEQ~~49 * BlockDeclRefExpr50 * BlockExpr51 * ~~ CallExpr~~52 * CastExpr53 * CharacterLiteral54 * ~~ IntegerLiteral~~55 * ChooseExpr56 * CompoundLiteralExpr57 * ~~ ConditionalOperator~~58 * ~~ DeclRefExpr~~44 * !ArrayTypeTraitExpr 45 * !BinaryOperator 46 * !BinaryTypeTraitExpr 47 * ~~!BinAssign~~ 48 * ~~!BinEQ~~ 49 * !BlockDeclRefExpr 50 * !BlockExpr 51 * ~~!CallExpr~~ 52 * !CastExpr 53 * !CharacterLiteral 54 * ~~!IntegerLiteral~~ 55 * !ChooseExpr 56 * !CompoundLiteralExpr 57 * ~~!ConditionalOperator~~ 58 * ~~!DeclRefExpr~~ 59 59 60 60 = Decl = 61 * BlockDecl62 * ~~ TranslationUnitDecl~~63 * LabelDecl64 * EnumDecl65 * TypedefDecl66 * ~~ FunctionDecl~~67 * ~~ ParmVarDecl~~68 * ~~ VarDecl~~69 * EnumConstantDecl61 * !BlockDecl 62 * ~~!TranslationUnitDecl~~ 63 * !LabelDecl 64 * !EnumDecl 65 * !TypedefDecl 66 * ~~!FunctionDecl~~ 67 * ~~!ParmVarDecl~~ 68 * ~~!VarDecl~~ 69 * !EnumConstantDecl 70 70 71 71 = Type =
