forked from OSchip/llvm-project
12cb540529
There's many instances in clang tidy checks where owning strings are used when we already have a stable string from the options, so using a StringRef makes much more sense. Reviewed By: aaron.ballman Differential Revision: https://reviews.llvm.org/D124341 |
||
---|---|---|
.. | ||
AssertEquals.cpp | ||
AssertEquals.h | ||
AvoidNSErrorInitCheck.cpp | ||
AvoidNSErrorInitCheck.h | ||
CMakeLists.txt | ||
DeallocInCategoryCheck.cpp | ||
DeallocInCategoryCheck.h | ||
ForbiddenSubclassingCheck.cpp | ||
ForbiddenSubclassingCheck.h | ||
MissingHashCheck.cpp | ||
MissingHashCheck.h | ||
NSInvocationArgumentLifetimeCheck.cpp | ||
NSInvocationArgumentLifetimeCheck.h | ||
ObjCTidyModule.cpp | ||
PropertyDeclarationCheck.cpp | ||
PropertyDeclarationCheck.h | ||
SuperSelfCheck.cpp | ||
SuperSelfCheck.h |