[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
Mon Feb 26 12:17:49 PST 2018


Wizard created this revision.
Herald added subscribers: cfe-commits, klimek.
Wizard added reviewers: benhamilton, hokein.

Repository:
  rCTE Clang Tools Extra

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
@@ -87,6 +87,7 @@
     "UI",
     "URI",
     "URL",
+    "UUID",
     "VC",
     "VOIP",
     "VPN",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43775.135946.patch
Type: text/x-patch
Size: 320 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180226/9029f609/attachment.bin>


More information about the cfe-commits mailing list