[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 14:48:12 PDT 2018


benhamilton created this revision.
benhamilton added reviewers: Wizard, hokein.
Herald added a subscriber: cfe-commits.

This adds a few common acronyms we found were missing from PropertyDeclarationCheck.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D51819

Files:
  clang-tidy/objc/PropertyDeclarationCheck.cpp


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


More information about the cfe-commits mailing list