Changes between Version 3 and Version 4 of Completed Clang Language Constructs
- Timestamp:
- 07/26/11 12:52:57 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Completed Clang Language Constructs
v3 v4 1 I excluded Objective C and C++ constructs from these lists. I've included other elements that we probably won't be using, such as the AsmStmt. We can prune as we go along.1 I excluded Objective C and C++ constructs from these lists. Some constructs do not appear in the referenced documents, such as IntegerLiterals. So constructs will be added to these lists as necessary. Also, I've included other elements that we probably won't be using, such as the AsmStmt. We can prune as we go along. 2 2 3 3 I'm not sure why all the list items are showing up as links. … … 23 23 24 24 = Expr Types = 25 * AbstractConditionalOperator26 25 * AddrLabelExpr 27 26 * ArraySubscriptExpr … … 29 28 * BinaryOperator 30 29 * BinaryTypeTraitExpr 30 * ~~BinAssign~~ 31 * ~~BinEQ~~ 31 32 * BlockDeclRefExpr 32 33 * BlockExpr 33 * CallExpr34 * ~~CallExpr~~ 34 35 * CastExpr 35 36 * CharacterLiteral 36 * IntegerLiteral37 * ~~IntegerLiteral~~ 37 38 * ChooseExpr 38 39 * CompoundLiteralExpr 40 * ~~ConditionalOperator~~ 41 * ~~DeclRefExpr~~ 39 42 40 43 = Decl Types =
