Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 523 Bytes

File metadata and controls

12 lines (12 loc) · 523 Bytes
category deprecated
  • Renamed the following predicates to increase uniformity across languages. The getBody predicate already existed on LoopStmt, but is now properly inherited.
    • UnaryExpr.getExpr to getOperand.
    • ConditionalExpr.getTrueExpr to getThen.
    • ConditionalExpr.getFalseExpr to getElse.
    • ReturnStmt.getResult to getExpr.
    • WhileStmt.getStmt to getBody.
    • DoStmt.getStmt to getBody.
    • ForStmt.getStmt to getBody.
    • EnhancedForStmt.getStmt to getBody.