C++: Add expressions with type data to cpp/extraction-information

This commit is contained in:
Simon Friis Vindum
2026-03-23 12:14:11 +01:00
parent 9a4bc69843
commit c67122b3f1
2 changed files with 30 additions and 2 deletions

View File

@@ -14,7 +14,10 @@ where
(
CallTargetStatsReport::numberOfOk(key, value) or
CallTargetStatsReport::numberOfNotOk(key, value) or
CallTargetStatsReport::percentageOfOk(key, value)
CallTargetStatsReport::percentageOfOk(key, value) or
ExprTypeStatsReport::numberOfOk(key, value) or
ExprTypeStatsReport::numberOfNotOk(key, value) or
ExprTypeStatsReport::percentageOfOk(key, value)
) and
/* Infinity */
value != 1.0 / 0.0 and