mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user