Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ed088be

Browse filesBrowse files
Fix performance regression from Compatible.qll
1 parent eedca61 commit ed088be
Copy full SHA for ed088be

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎cpp/common/src/codingstandards/cpp/types/Compatible.qll

Copy file name to clipboardExpand all lines: cpp/common/src/codingstandards/cpp/types/Compatible.qll
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ module TypesCompatibleConfig implements TypeEquivalenceSig {
6969
/**
7070
* Utilize QlBuiltins::InternSets to efficiently compare the sets of specifiers on two types.
7171
*/
72+
bindingset[t1, t2]
7273
private predicate specifiersMatchExactly(Type t1, Type t2) {
7374
t1 = t2
7475
or

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.