Changes between Version 16 and Version 17 of Completed Clang Language Constructs
- Timestamp:
- 08/04/11 10:19:39 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Completed Clang Language Constructs
v16 v17 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.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 = Stmt = … … 41 41 = Expr = 42 42 * !AddrLabelExpr 43 * ~~ ArraySubscriptExpr~~43 * ~~!ArraySubscriptExpr~~ 44 44 * ArrayTypeTraitExpr 45 45 * BinaryOperator
