summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra
diff options
context:
space:
mode:
authorBen Hamilton <benhamilton@google.com>2018-06-07 21:30:56 +0000
committerBen Hamilton <benhamilton@google.com>2018-06-07 21:30:56 +0000
commit1ca21bb5e654088b6263ed48a137ec2d61faeb8e (patch)
tree710f485a4cb1d68789fb5a4988ecaf553fd33148 /clang-tools-extra
parente56819eb691f2e8959d77858ecb7877e1686bfcd (diff)
downloadbcm5719-llvm-1ca21bb5e654088b6263ed48a137ec2d61faeb8e.tar.gz
bcm5719-llvm-1ca21bb5e654088b6263ed48a137ec2d61faeb8e.zip
[checks/property-decls] Fix comment in clang-tidy/objc/PropertyDeclarationCheck.cpp ✍️
Summary: The comment incorrectly claims that the listed acronyms are all extracted from the linked Apple documentation. Reviewers: Wizard, benhamilton Reviewed By: Wizard, benhamilton Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D46922 Contributed by @stephanemoore. llvm-svn: 334238
Diffstat (limited to 'clang-tools-extra')
-rw-r--r--clang-tools-extra/clang-tidy/objc/PropertyDeclarationCheck.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clang-tidy/objc/PropertyDeclarationCheck.cpp b/clang-tools-extra/clang-tidy/objc/PropertyDeclarationCheck.cpp
index b61c1b9926b..8bc77f5f1af 100644
--- a/clang-tools-extra/clang-tidy/objc/PropertyDeclarationCheck.cpp
+++ b/clang-tools-extra/clang-tidy/objc/PropertyDeclarationCheck.cpp
@@ -34,7 +34,7 @@ enum NamingStyle {
CategoryProperty = 2,
};
-/// The acronyms are from
+/// The acronyms are aggregated from multiple sources including
/// https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/CodingGuidelines/Articles/APIAbbreviations.html#//apple_ref/doc/uid/20001285-BCIHCGAE
///
/// Keep this list sorted.
OpenPOWER on IntegriCloud