Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit80a4077

Browse files
Fix private predicate
1 parent06351f5 commit80a4077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ module TypeEquivalence<TypeEquivalenceSig Config, interestedInEquality/2 interes
286286
* This only holds if the specified predicate `interestedIn` holds for the types, and always
287287
* holds if `t1` and `t2` are identical.
288288
*/
289-
privatepredicateequalTypes(Typet1,Typet2){
289+
predicateequalTypes(Typet1,Typet2){
290290
compares(pragma[only_bind_into](t1),pragma[only_bind_into](t2))and
291291
if Config::overrideTypeComparison(t1,t2, _)
292292
then Config::overrideTypeComparison(t1,t2,true)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp