Changes between Version 19 and Version 20 of Completed Clang Language Constructs
- Timestamp:
- 08/04/11 10:23:47 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Completed Clang Language Constructs
v19 v20 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 = … … 27 27 * "isn:IfThen" 28 28 * "isn:IfElse" 29 * IndirectGoto.29 * !IndirectGoto. 30 30 * Label 31 31 * Null 32 32 * ~~Return~~ 33 * SwitchCase.33 * !SwitchCase. 34 34 * Switch 35 35 * __While__
