[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 09:03:20 PDT 2018


benhamilton created this revision.
benhamilton added a reviewer: Wizard.
Herald added a subscriber: cfe-commits.

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


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D48652

Files:
  clang-tidy/objc/PropertyDeclarationCheck.cpp


Index: clang-tidy/objc/PropertyDeclarationCheck.cpp
===================================================================
--- clang-tidy/objc/PropertyDeclarationCheck.cpp
+++ 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.153101.patch
Type: text/x-patch
Size: 730 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180627/11c73f70/attachment.bin>


More information about the cfe-commits mailing list