Changes between Version 3 and Version 4 of Completed Clang Language Constructs


Ignore:
Timestamp:
07/26/11 12:52:57 (15 years ago)
Author:
tmcclory
Comment:

--

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.
     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
    33I'm not sure why all the list items are showing up as links.
     
    2323
    2424= Expr Types =
    25  * AbstractConditionalOperator
    2625 * AddrLabelExpr
    2726 * ArraySubscriptExpr
     
    2928 * BinaryOperator
    3029 * BinaryTypeTraitExpr
     30 * ~~BinAssign~~
     31 * ~~BinEQ~~
    3132 * BlockDeclRefExpr
    3233 * BlockExpr
    33  * CallExpr
     34 * ~~CallExpr~~
    3435 * CastExpr
    3536 * CharacterLiteral
    36  * IntegerLiteral
     37 * ~~IntegerLiteral~~
    3738 * ChooseExpr
    3839 * CompoundLiteralExpr
     40 * ~~ConditionalOperator~~
     41 * ~~DeclRefExpr~~
    3942
    4043= Decl Types =