Skip to content

Commit

Permalink
[clang-tidy/ObjC] Add SQL to list of acronyms
Browse files Browse the repository at this point in the history
Summary: SQL is a common acronym.

Reviewers: Wizard, hokein

Reviewed By: Wizard, hokein

Subscribers: cfe-commits

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

llvm-svn: 336919
  • Loading branch information
bhamiltoncx committed Jul 12, 2018
1 parent 2ae3ec3 commit 13af794
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -98,6 +98,7 @@ constexpr llvm::StringLiteral DefaultSpecialAcronyms[] = {
"SC",
"SDK",
"SHA",
"SQL",
"SSO",
"TCP",
"TIFF",
Expand Down

0 comments on commit 13af794

Please sign in to comment.