add UUID to the acronyms list of objc property name checks
authorYan Zhang <ynzhang@google.com>
Tue, 27 Feb 2018 18:35:53 +0000 (18:35 +0000)
committerYan Zhang <ynzhang@google.com>
Tue, 27 Feb 2018 18:35:53 +0000 (18:35 +0000)
Reviewers: benhamilton, hokein

Reviewed By: benhamilton

Subscribers: klimek, cfe-commits

Differential Revision: https://reviews.llvm.org/D43775

llvm-svn: 326222

clang-tools-extra/clang-tidy/objc/PropertyDeclarationCheck.cpp

index ee08e2f..700c5e6 100644 (file)
@@ -50,6 +50,7 @@ constexpr llvm::StringLiteral DefaultSpecialAcronyms[] = {
     "FTP",
     "GIF",
     "GPS",
+    "GUID",
     "HD",
     "HDR",
     "HTML",
@@ -87,6 +88,7 @@ constexpr llvm::StringLiteral DefaultSpecialAcronyms[] = {
     "UI",
     "URI",
     "URL",
+    "UUID",
     "VC",
     "VOIP",
     "VPN",