mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
C++: Fix formatting
This commit is contained in:
@@ -52,7 +52,9 @@ private module Cached {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cached
|
cached
|
||||||
predicate hasDynamicInitializationFlag(Function func, StaticStorageDurationVariable var, CppType type) {
|
predicate hasDynamicInitializationFlag(
|
||||||
|
Function func, StaticStorageDurationVariable var, CppType type
|
||||||
|
) {
|
||||||
var.(LocalVariable).getFunction() = func and
|
var.(LocalVariable).getFunction() = func and
|
||||||
var.hasDynamicInitialization() and
|
var.hasDynamicInitialization() and
|
||||||
type = getBoolType()
|
type = getBoolType()
|
||||||
|
|||||||
Reference in New Issue
Block a user