Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 051fdef

Browse files
author
George Karpenkov
committed
Fixing merge conflict.
1 parent 0b79eb0 commit 051fdef

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

test/Misc/pragma-attribute-supported-attributes-list.test

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// The number of supported attributes should never go down!
44

5-
// CHECK: #pragma clang attribute supports 132 attributes:
5+
// CHECK: #pragma clang attribute supports 85 attributes:
66
// CHECK-NEXT: AMDGPUFlatWorkGroupSize (SubjectMatchRule_function)
77
// CHECK-NEXT: AMDGPUNumSGPR (SubjectMatchRule_function)
88
// CHECK-NEXT: AMDGPUNumVGPR (SubjectMatchRule_function)
@@ -16,6 +16,7 @@
1616
// CHECK-NEXT: AnyX86NoCfCheck (SubjectMatchRule_hasType_functionType)
1717
// CHECK-NEXT: AssumeAligned (SubjectMatchRule_objc_method, SubjectMatchRule_function)
1818
// CHECK-NEXT: Availability ((SubjectMatchRule_record, SubjectMatchRule_enum, SubjectMatchRule_enum_constant, SubjectMatchRule_field, SubjectMatchRule_function, SubjectMatchRule_namespace, SubjectMatchRule_objc_category, SubjectMatchRule_objc_interface, SubjectMatchRule_objc_method, SubjectMatchRule_objc_property, SubjectMatchRule_objc_protocol, SubjectMatchRule_record, SubjectMatchRule_type_alias, SubjectMatchRule_variable))
19+
// CHECK-NEXT: CFConsumed (SubjectMatchRule_variable_is_parameter)
1920
// CHECK-NEXT: CPUDispatch (SubjectMatchRule_function)
2021
// CHECK-NEXT: CPUSpecific (SubjectMatchRule_function)
2122
// CHECK-NEXT: CXX11NoReturn (SubjectMatchRule_function)
@@ -39,6 +40,8 @@
3940
// CHECK-NEXT: MinVectorWidth (SubjectMatchRule_function)
4041
// CHECK-NEXT: MipsLongCall (SubjectMatchRule_function)
4142
// CHECK-NEXT: MipsShortCall (SubjectMatchRule_function)
43+
// CHECK-NEXT: NSConsumed (SubjectMatchRule_variable_is_parameter)
44+
// CHECK-NEXT: NSConsumesSelf (SubjectMatchRule_objc_method)
4245
// CHECK-NEXT: NoDebug (SubjectMatchRule_hasType_functionType, SubjectMatchRule_objc_method, SubjectMatchRule_variable_not_is_parameter)
4346
// CHECK-NEXT: NoDestroy (SubjectMatchRule_variable)
4447
// CHECK-NEXT: NoDuplicate (SubjectMatchRule_function)
@@ -51,8 +54,8 @@
5154
// CHECK-NEXT: NoThrow (SubjectMatchRule_function)
5255
// CHECK-NEXT: NotTailCalled (SubjectMatchRule_function)
5356
// CHECK-NEXT: OSConsumed (SubjectMatchRule_variable_is_parameter)
54-
// CHECK-NEXT: OSReturnsNotRetained (SubjectMatchRule_function, SubjectMatchRule_objc_method)
55-
// CHECK-NEXT: OSReturnsRetained (SubjectMatchRule_function, SubjectMatchRule_objc_method)
57+
// CHECK-NEXT: OSReturnsNotRetained (SubjectMatchRule_function, SubjectMatchRule_objc_method, SubjectMatchRule_objc_property)
58+
// CHECK-NEXT: OSReturnsRetained (SubjectMatchRule_function, SubjectMatchRule_objc_method, SubjectMatchRule_objc_property)
5659
// CHECK-NEXT: ObjCBoxable (SubjectMatchRule_record)
5760
// CHECK-NEXT: ObjCMethodFamily (SubjectMatchRule_objc_method)
5861
// CHECK-NEXT: ObjCRequiresSuper (SubjectMatchRule_objc_method)

0 commit comments

Comments
 (0)