[PATCH] D48652: [clang-tidy/ObjC] Add hashing algorithm acronyms to objc-property-declaration
Ben Hamilton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 27 12:17:55 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL335770: [clang-tidy/ObjC] Add hashing algorithm acronyms to objc-property-declaration (authored by benhamilton, committed by ).
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
https://reviews.llvm.org/D48652
Files:
clang-tools-extra/trunk/clang-tidy/objc/PropertyDeclarationCheck.cpp
Index: clang-tools-extra/trunk/clang-tidy/objc/PropertyDeclarationCheck.cpp
===================================================================
--- clang-tools-extra/trunk/clang-tidy/objc/PropertyDeclarationCheck.cpp
+++ clang-tools-extra/trunk/clang-tidy/objc/PropertyDeclarationCheck.cpp
@@ -51,6 +51,7 @@
"CF",
"CG",
"CI",
+ "CRC",
"CV",
"CMYK",
"DNS",
@@ -62,6 +63,7 @@
"GUID",
"HD",
"HDR",
+ "HMAC",
"HTML",
"HTTP",
"HTTPS",
@@ -71,6 +73,8 @@
"JS",
"LAN",
"LZW",
+ "MAC",
+ "MD",
"MDNS",
"MIDI",
"NS",
@@ -86,12 +90,14 @@
"RGB",
"RGBA",
"RGBX",
+ "RIPEMD",
"ROM",
"RPC",
"RTF",
"RTL",
"SC",
"SDK",
+ "SHA",
"SSO",
"TCP",
"TIFF",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48652.153152.patch
Type: text/x-patch
Size: 802 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180627/091882c3/attachment.bin>
More information about the cfe-commits
mailing list