forked from OSchip/llvm-project
[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
This commit is contained in:
parent
e56819eb69
commit
1ca21bb5e6
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue