Changes between Version 16 and Version 17 of Completed Clang Language Constructs


Ignore:
Timestamp:
08/04/11 10:19:39 (15 years ago)
Author:
tmcclory
Comment:

--

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.
     1I 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.
    22
    33= Stmt =
     
    4141= Expr =
    4242 * !AddrLabelExpr
    43  * ~~ArraySubscriptExpr~~
     43 * ~~!ArraySubscriptExpr~~
    4444 * ArrayTypeTraitExpr
    4545 * BinaryOperator