[PATCH] D51819: [clang-tidy/ObjC] Update list of acronyms in PropertyDeclarationCheck

Ben Hamilton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 7 15:06:02 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL341720: [clang-tidy/ObjC] Update list of acronyms in PropertyDeclarationCheck (authored by benhamilton, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D51819?vs=164523&id=164525#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D51819

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
@@ -42,12 +42,15 @@
     "[2-9]G",
     "ACL",
     "API",
+    "APN",
+    "APNS",
     "AR",
     "ARGB",
     "ASCII",
     "AV",
     "BGRA",
     "CA",
+    "CDN",
     "CF",
     "CG",
     "CI",
@@ -71,14 +74,17 @@
     "ID",
     "JPG",
     "JS",
+    "JSON",
     "LAN",
     "LZW",
+    "LTR",
     "MAC",
     "MD",
     "MDNS",
     "MIDI",
     "NS",
     "OS",
+    "P2P",
     "PDF",
     "PIN",
     "PNG",
@@ -102,12 +108,14 @@
     "SSO",
     "TCP",
     "TIFF",
+    "TOS",
     "TTS",
     "UI",
     "URI",
     "URL",
     "UUID",
     "VC",
+    "VO",
     "VOIP",
     "VPN",
     "VR",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51819.164525.patch
Type: text/x-patch
Size: 903 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180907/5088d028/attachment.bin>


More information about the cfe-commits mailing list