[PATCH] D46895: add AR to acronyms of clang-tidy property check
Yan Zhang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 15 11:17:41 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rCTE332382: add AR to acronyms of clang-tidy property check (authored by Wizard, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D46895?vs=146874&id=146886#toc
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D46895
Files:
clang-tidy/objc/PropertyDeclarationCheck.cpp
Index: clang-tidy/objc/PropertyDeclarationCheck.cpp
===================================================================
--- clang-tidy/objc/PropertyDeclarationCheck.cpp
+++ clang-tidy/objc/PropertyDeclarationCheck.cpp
@@ -42,6 +42,7 @@
"[2-9]G",
"ACL",
"API",
+ "AR",
"ARGB",
"ASCII",
"BGRA",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46895.146886.patch
Type: text/x-patch
Size: 326 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180515/32b0b324/attachment.bin>
More information about the cfe-commits
mailing list