forked from OSchip/llvm-project
[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:
parent
b0d57a535b
commit
7ea884c58f
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue