hanchenye-llvm-project/clang-tools-extra/clang-tidy/objc
Yan Zhang cc1e9c414b Fix the issue that not recognizing single acronym with prefix as ObjC property name.
Summary: This will make clang-tidy accept property names like xyz_URL (URL is a common acronym).

Reviewers: benhamilton, hokein

Reviewed By: benhamilton

Subscribers: jfb, cfe-commits

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

llvm-svn: 345858
2018-11-01 17:36:18 +00:00
..
AvoidNSErrorInitCheck.cpp NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) 2018-10-30 20:31:30 +00:00
AvoidNSErrorInitCheck.h
AvoidSpinlockCheck.cpp
AvoidSpinlockCheck.h
CMakeLists.txt
ForbiddenSubclassingCheck.cpp NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) 2018-10-30 20:31:30 +00:00
ForbiddenSubclassingCheck.h
ObjCTidyModule.cpp
PropertyDeclarationCheck.cpp Fix the issue that not recognizing single acronym with prefix as ObjC property name. 2018-11-01 17:36:18 +00:00
PropertyDeclarationCheck.h