mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
C++: Update more expected test results
This commit is contained in:
@@ -105,10 +105,24 @@ ConditionDecl.cpp:
|
||||
# 3| getVariableAccess(): [VariableAccess] k
|
||||
# 3| Type = [IntType] int
|
||||
# 3| ValueCategory = prvalue(load)
|
||||
# 3| getInitializingExpr(): [LTExpr] ... < ...
|
||||
# 3| Type = [BoolType] bool
|
||||
# 3| ValueCategory = prvalue
|
||||
# 3| getLesserOperand(): [VariableAccess] j
|
||||
# 3| Type = [IntType] int
|
||||
# 3| ValueCategory = prvalue(load)
|
||||
# 3| getGreaterOperand(): [Literal] 5
|
||||
# 3| Type = [IntType] int
|
||||
# 3| Value = [Literal] 5
|
||||
# 3| ValueCategory = prvalue
|
||||
# 3| getVariableAccess().getFullyConverted(): [CStyleCast] (bool)...
|
||||
# 3| Conversion = [BoolConversion] conversion to bool
|
||||
# 3| Type = [BoolType] bool
|
||||
# 3| ValueCategory = prvalue
|
||||
# 3| getInitializingExpr().getFullyConverted(): [CStyleCast] (int)...
|
||||
# 3| Conversion = [IntegralConversion] integral conversion
|
||||
# 3| Type = [IntType] int
|
||||
# 3| ValueCategory = prvalue
|
||||
# 3| getStmt(): [BlockStmt] { ... }
|
||||
# 5| getStmt(2): [ReturnStmt] return ...
|
||||
ConstructorCall.cpp:
|
||||
|
||||
Reference in New Issue
Block a user