File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
clang/include/clang/Basic Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4372,8 +4372,8 @@ def SwiftAttrDocs : Documentation {
4372
4372
let Heading = "swift_attr";
4373
4373
let Content = [{
4374
4374
The ``swift_attr`` provides a Swift-specific annotation for the declaration
4375
- to which the attribute appertains to. It can be used on any declaration
4376
- in Clang. This kind of annotation is ignored by Clang as it doesn't have any
4375
+ or type to which the attribute appertains to. It can be used on any declaration
4376
+ or type in Clang. This kind of annotation is ignored by Clang as it doesn't have any
4377
4377
semantic meaning in languages supported by Clang. The Swift compiler can
4378
4378
interpret these annotations according to its own rules when importing C or
4379
4379
Objective-C declarations.
You can’t perform that action at this time.
0 commit comments