mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
C++: Oops. Forgot to replace one use of a deprecated predicate.
This commit is contained in:
@@ -351,7 +351,7 @@ class ArrayOrVectorAggregateLiteral extends AggregateLiteral {
|
||||
bindingset[elementIndex]
|
||||
predicate isValueInitialized(int elementIndex) {
|
||||
this.isInitialized(elementIndex) and
|
||||
not exists(this.getElementExpr(elementIndex))
|
||||
not exists(this.getAnElementExpr(elementIndex))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user