[PATCH] D49190: [clang-tidy/ObjC] Add SQL to list of acronyms

Ben Hamilton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 11 08:12:18 PDT 2018


benhamilton created this revision.
benhamilton added reviewers: Wizard, hokein.
Herald added a subscriber: cfe-commits.

SQL is a common acronym.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D49190

Files:
  clang-tidy/objc/PropertyDeclarationCheck.cpp


Index: clang-tidy/objc/PropertyDeclarationCheck.cpp
===================================================================
--- clang-tidy/objc/PropertyDeclarationCheck.cpp
+++ clang-tidy/objc/PropertyDeclarationCheck.cpp
@@ -98,6 +98,7 @@
     "SC",
     "SDK",
     "SHA",
+    "SQL",
     "SSO",
     "TCP",
     "TIFF",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49190.155004.patch
Type: text/x-patch
Size: 320 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180711/2a743844/attachment.bin>


More information about the cfe-commits mailing list