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

Ben Hamilton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 12 10:38:03 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rCTE336919: [clang-tidy/ObjC] Add SQL to list of acronyms (authored by benhamilton, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D49190?vs=155004&id=155216#toc

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.155216.patch
Type: text/x-patch
Size: 320 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180712/95b708bf/attachment.bin>


More information about the cfe-commits mailing list