C++: Bind the columns inside the predicate instead of relying on 'bindingset's. The repeated inlining caused by 'bindiingset's created some #shared predicates with repeated regex matching.

This commit is contained in:
Mathias Vorreiter Pedersen
2025-11-10 10:15:36 +00:00
parent dfdc2a6a15
commit 29a294f8d0
2 changed files with 23 additions and 16 deletions

View File

@@ -135,7 +135,6 @@ signatureMatches
| stl.h:678:33:678:38 | format | std | (format_string,Args &&) | | format<Args> | 0 |
| stl.h:678:33:678:38 | format | std | (format_string,Args &&) | | format<Args> | 1 |
| stl.h:678:33:678:38 | format | std | (format_string,Args &&) | | format<Args> | 1 |
| taint.cpp:735:7:735:12 | malloc | | (size_t) | | malloc | 0 |
| taint.cpp:847:5:847:11 | toupper | | (int) | | toupper | 0 |
| taint.cpp:848:5:848:11 | tolower | | (int) | | tolower | 0 |
getSignatureParameterName