[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:36:05 PST 2018
Wizard updated this revision to Diff 136100.
Wizard added a comment.
resolve comment
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
@@ -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.136100.patch
Type: text/x-patch
Size: 423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180227/192b6593/attachment.bin>
More information about the cfe-commits
mailing list