mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
C++: unflip cause strings in FunctionWithWrapper
This commit is contained in:
@@ -106,8 +106,8 @@ abstract class FunctionWithWrappers extends Function {
|
|||||||
pragma[nomagic]
|
pragma[nomagic]
|
||||||
private string wrapperFunctionAnyDepthUnique(Function func, int paramIndex) {
|
private string wrapperFunctionAnyDepthUnique(Function func, int paramIndex) {
|
||||||
result =
|
result =
|
||||||
min(string targetCause | this.wrapperFunctionAnyDepth(func, paramIndex, targetCause)) +
|
toCause(func, paramIndex) + ", which ends up calling " +
|
||||||
", which ends up calling " + toCause(func, paramIndex)
|
min(string targetCause | this.wrapperFunctionAnyDepth(func, paramIndex, targetCause))
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user