Changes between Version 19 and Version 20 of Completed Clang Language Constructs


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

--

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.
     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 =
     
    2727        * "isn:IfThen"
    2828        * "isn:IfElse"
    29  * IndirectGoto.
     29 * !IndirectGoto.
    3030 * Label
    3131 * Null
    3232 * ~~Return~~
    33  * SwitchCase.
     33 * !SwitchCase.
    3434 * Switch
    3535 * __While__