mirror of
https://github.com/github/codeql.git
synced 2026-02-12 05:01:06 +01:00
523 B
523 B
category
| category |
|---|
| deprecated |
- Renamed the following predicates to increase uniformity across languages. The
getBodypredicate already existed onLoopStmt, but is now properly inherited.UnaryExpr.getExprtogetOperand.ConditionalExpr.getTrueExprtogetThen.ConditionalExpr.getFalseExprtogetElse.ReturnStmt.getResulttogetExpr.WhileStmt.getStmttogetBody.DoStmt.getStmttogetBody.ForStmt.getStmttogetBody.EnhancedForStmt.getStmttogetBody.