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