forked from OSchip/llvm-project
[FIX] Add the comma missing in D91979
This commit is contained in:
parent
2aae2136d5
commit
bc7126b2bc
|
@ -20,7 +20,7 @@
|
|||
// CHECK-NEXT: ArcWeakrefUnavailable (SubjectMatchRule_objc_interface)
|
||||
// CHECK-NEXT: ArmBuiltinAlias (SubjectMatchRule_function)
|
||||
// CHECK-NEXT: AssumeAligned (SubjectMatchRule_objc_method, SubjectMatchRule_function)
|
||||
// CHECK-NEXT: Assumption (SubjectMatchRule_function SubjectMatchRule_objc_method)
|
||||
// CHECK-NEXT: Assumption (SubjectMatchRule_function, SubjectMatchRule_objc_method)
|
||||
// CHECK-NEXT: Availability ((SubjectMatchRule_record, SubjectMatchRule_enum, SubjectMatchRule_enum_constant, SubjectMatchRule_field, SubjectMatchRule_function, SubjectMatchRule_namespace, SubjectMatchRule_objc_category, SubjectMatchRule_objc_implementation, SubjectMatchRule_objc_interface, SubjectMatchRule_objc_method, SubjectMatchRule_objc_property, SubjectMatchRule_objc_protocol, SubjectMatchRule_record, SubjectMatchRule_type_alias, SubjectMatchRule_variable))
|
||||
// CHECK-NEXT: BPFPreserveAccessIndex (SubjectMatchRule_record)
|
||||
// CHECK-NEXT: CFAuditedTransfer (SubjectMatchRule_function)
|
||||
|
|
Loading…
Reference in New Issue