This revision was automatically updated to reflect the committed changes. Closed by commit rL326222: add UUID to the acronyms list of objc property name checks (authored by Wizard, committed by ). Herald added a subscriber: llvm-commits.
Repository: rL LLVM https://reviews.llvm.org/D43775 Files: clang-tools-extra/trunk/clang-tidy/objc/PropertyDeclarationCheck.cpp Index: clang-tools-extra/trunk/clang-tidy/objc/PropertyDeclarationCheck.cpp =================================================================== --- clang-tools-extra/trunk/clang-tidy/objc/PropertyDeclarationCheck.cpp +++ clang-tools-extra/trunk/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",
Index: clang-tools-extra/trunk/clang-tidy/objc/PropertyDeclarationCheck.cpp =================================================================== --- clang-tools-extra/trunk/clang-tidy/objc/PropertyDeclarationCheck.cpp +++ clang-tools-extra/trunk/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",
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits