зеркало из https://github.com/github/codeql.git
autoformat
This commit is contained in:
Родитель
7e8a67a046
Коммит
9554513cd6
|
@ -13,9 +13,7 @@
|
|||
import cpp
|
||||
|
||||
class MallocCall extends FunctionCall {
|
||||
MallocCall() {
|
||||
this.getTarget().hasGlobalOrStdName("malloc")
|
||||
}
|
||||
MallocCall() { this.getTarget().hasGlobalOrStdName("malloc") }
|
||||
|
||||
Expr getAllocatedSize() {
|
||||
if this.getArgument(0) instanceof VariableAccess
|
||||
|
|
Загрузка…
Ссылка в новой задаче