Skip to content

Commit bc318db

Browse files
committed
Added a comment regarding dummy struct for rdar://141692212
1 parent 0cdeb56 commit bc318db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/test/Analysis/Checkers/WebKit/call-args.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ namespace call_with_adopt_ref {
374374
void method();
375375
};
376376

377+
// This is needed due to rdar://141692212.
377378
struct dummy {
378379
RefPtr<Obj> any;
379380
};

0 commit comments

Comments
 (0)