summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclAttr.cpp
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2016-06-10 18:53:04 +0000
committerNico Weber <nicolasweber@gmx.de>2016-06-10 18:53:04 +0000
commita691689ae886c7ef866da05035850ff3074033a1 (patch)
tree224a3fa0e134775b5f78f0a2d87f453025e3a55e /clang/lib/Sema/SemaDeclAttr.cpp
parent1d396832d3b4e916c3901fed5083ad44b68d288e (diff)
downloadbcm5719-llvm-a691689ae886c7ef866da05035850ff3074033a1.tar.gz
bcm5719-llvm-a691689ae886c7ef866da05035850ff3074033a1.zip
Remove a few gendered pronouns.
llvm-svn: 272415
Diffstat (limited to 'clang/lib/Sema/SemaDeclAttr.cpp')
-rw-r--r--clang/lib/Sema/SemaDeclAttr.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/clang/lib/Sema/SemaDeclAttr.cpp b/clang/lib/Sema/SemaDeclAttr.cpp
index e99876b10b7..b3846157ffc 100644
--- a/clang/lib/Sema/SemaDeclAttr.cpp
+++ b/clang/lib/Sema/SemaDeclAttr.cpp
@@ -4534,10 +4534,9 @@ static void handleObjCRuntimeName(Sema &S, Decl *D,
Attr.getAttributeSpellingListIndex()));
}
-// when a user wants to use objc_boxable with a union or struct
-// but she doesn't have access to the declaration (legacy/third-party code)
-// then she can 'enable' this feature via trick with a typedef
-// e.g.:
+// When a user wants to use objc_boxable with a union or struct
+// but they don't have access to the declaration (legacy/third-party code)
+// then they can 'enable' this feature with a typedef:
// typedef struct __attribute((objc_boxable)) legacy_struct legacy_struct;
static void handleObjCBoxable(Sema &S, Decl *D, const AttributeList &Attr) {
bool notify = false;
OpenPOWER on IntegriCloud