[PATCH] D46922: [checks/property-decls] Fix comment in clang-tidy/objc/PropertyDeclarationCheck.cpp ✍️
Stephane Moore via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 15 18:42:45 PDT 2018
stephanemoore created this revision.
Herald added a subscriber: cfe-commits.
The comment incorrectly claims that the listed acronyms are all extracted from the linked Apple documentation.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D46922
Files:
clang-tidy/objc/PropertyDeclarationCheck.cpp
Index: clang-tidy/objc/PropertyDeclarationCheck.cpp
===================================================================
--- clang-tidy/objc/PropertyDeclarationCheck.cpp
+++ clang-tidy/objc/PropertyDeclarationCheck.cpp
@@ -34,7 +34,7 @@
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46922.146981.patch
Type: text/x-patch
Size: 558 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180516/ed1450a3/attachment.bin>
More information about the cfe-commits
mailing list