[PATCH] D43775: add UUID to the acronyms list of objc property name checks
    Yan Zhang via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue Feb 27 10:39:37 PST 2018
    
    
  
This revision was automatically updated to reflect the committed changes.
Closed by commit rCTE326222: add UUID to the acronyms list of objc property name checks (authored by Wizard, committed by ).
Changed prior to commit:
  https://reviews.llvm.org/D43775?vs=136100&id=136102#toc
Repository:
  rL LLVM
https://reviews.llvm.org/D43775
Files:
  clang-tidy/objc/PropertyDeclarationCheck.cpp
Index: clang-tidy/objc/PropertyDeclarationCheck.cpp
===================================================================
--- clang-tidy/objc/PropertyDeclarationCheck.cpp
+++ clang-tidy/objc/PropertyDeclarationCheck.cpp
@@ -50,6 +50,7 @@
     "FTP",
     "GIF",
     "GPS",
+    "GUID",
     "HD",
     "HDR",
     "HTML",
@@ -87,6 +88,7 @@
     "UI",
     "URI",
     "URL",
+    "UUID",
     "VC",
     "VOIP",
     "VPN",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43775.136102.patch
Type: text/x-patch
Size: 423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180227/9f64f387/attachment.bin>
    
    
More information about the cfe-commits
mailing list