зеркало из https://github.com/github/codeql.git
CPP: QLDoc comments.
This commit is contained in:
Родитель
e1efdd7d47
Коммит
629d127174
|
@ -12,11 +12,17 @@
|
|||
|
||||
import cpp
|
||||
|
||||
/**
|
||||
* Gets a `do` ... `while` loop with a constant false condition.
|
||||
*/
|
||||
DoStmt getAFalseLoop() {
|
||||
result.getControllingExpr().getValue() = "0"
|
||||
and not result.getControllingExpr().isAffectedByMacro()
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets a `do` ... `while` loop surrounding a statement.
|
||||
*/
|
||||
DoStmt enclosingLoop(Stmt s) {
|
||||
exists(Stmt parent |
|
||||
parent = s.getParent() and
|
||||
|
|
Загрузка…
Ссылка в новой задаче