[clang-tidy/ObjC] Add hashing algorithm acronyms to objc-property-declaration

Summary:
This PR adds a few acronyms related to hashing algorithms to the standard
list in `objc-property-declaration`.

Reviewers: Wizard

Reviewed By: Wizard

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D48652

llvm-svn: 335770
This commit is contained in:
Ben Hamilton 2018-06-27 19:13:09 +00:00
parent b0d57a535b
commit 7ea884c58f
1 changed files with 6 additions and 0 deletions

View File

@ -51,6 +51,7 @@ constexpr llvm::StringLiteral DefaultSpecialAcronyms[] = {
"CF",
"CG",
"CI",
"CRC",
"CV",
"CMYK",
"DNS",
@ -62,6 +63,7 @@ constexpr llvm::StringLiteral DefaultSpecialAcronyms[] = {
"GUID",
"HD",
"HDR",
"HMAC",
"HTML",
"HTTP",
"HTTPS",
@ -71,6 +73,8 @@ constexpr llvm::StringLiteral DefaultSpecialAcronyms[] = {
"JS",
"LAN",
"LZW",
"MAC",
"MD",
"MDNS",
"MIDI",
"NS",
@ -86,12 +90,14 @@ constexpr llvm::StringLiteral DefaultSpecialAcronyms[] = {
"RGB",
"RGBA",
"RGBX",
"RIPEMD",
"ROM",
"RPC",
"RTF",
"RTL",
"SC",
"SDK",
"SHA",
"SSO",
"TCP",
"TIFF",