| Version 21 (modified by , 15 years ago) ( diff ) |
|---|
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.
Stmt
- Asm
- Break
- Compound
- Continue
- Decl
- Do
- To be incorporated in schema:
- "dsn:DoStatementNode"
- "dsn:DoCond"
- "dsn:DoBody"
- To be incorporated in schema:
- Expr (See below)
- For
- To be incorporated in schema:
- "fsn:ForStatementNode"
- "fsn:ForInit"
- "fsn:ForInc"
- "fsn:ForCond"
- "fsn:ForBody"
- To be incorporated in schema:
- Goto
- If
- To be incorporated in schema:
- "isn:IfStatementNode"
- "isn:IfCond"
- "isn:IfThen"
- "isn:IfElse"
- To be incorporated in schema:
- IndirectGoto.
- Label
- Null
Return- SwitchCase.
- Switch
- While
- Need to agree on labels
- "wsn:WhileStatementNode"
- "wsn:WhileCond"
- "wsn:WhileBody"
- Need to agree on labels
Expr
- AddrLabelExpr
ArraySubscriptExpr- ArrayTypeTraitExpr
- BinaryOperator
- BinaryTypeTraitExpr
BinAssign!BinEQ- BlockDeclRefExpr
- BlockExpr
CallExpr- CastExpr
- CharacterLiteral
IntegerLiteral- ChooseExpr
- CompoundLiteralExpr
ConditionalOperatorDeclRefExpr
Decl
- BlockDecl
TranslationUnitDecl- LabelDecl
- EnumDecl
- TypedefDecl
FunctionDeclParmVarDeclVarDecl- EnumConstantDecl
Type
- ArrayType
- AttributedType
- BlockPointerType
BuiltinType- ComplexType
- DeclType
- FunctionType
PointerType- ReferenceType
- TagType
- TypedefType
References:
Note:
See TracWiki
for help on using the wiki.
