llvm-project/clang-tools-extra/clang-tidy/objc
Nathan James 12cb540529
[clang-tidy][NFC] Replace many instances of std::string where a StringRef would suffice.
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
2022-05-09 12:01:46 +01:00
..
AssertEquals.cpp [clang-tidy][objc] Finds and fixes improper usages of XCTAssertEquals and XCTAssertNotEquals. 2021-12-02 18:32:16 -05:00
AssertEquals.h [clang-tidy][objc] Finds and fixes improper usages of XCTAssertEquals and XCTAssertNotEquals. 2021-12-02 18:32:16 -05:00
AvoidNSErrorInitCheck.cpp
AvoidNSErrorInitCheck.h
CMakeLists.txt [clang-tidy][objc] Finds and fixes improper usages of XCTAssertEquals and XCTAssertNotEquals. 2021-12-02 18:32:16 -05:00
DeallocInCategoryCheck.cpp
DeallocInCategoryCheck.h
ForbiddenSubclassingCheck.cpp [clang-tidy][NFC] Replace many instances of std::string where a StringRef would suffice. 2022-05-09 12:01:46 +01:00
ForbiddenSubclassingCheck.h [clang-tidy][NFC] Replace many instances of std::string where a StringRef would suffice. 2022-05-09 12:01:46 +01:00
MissingHashCheck.cpp
MissingHashCheck.h
NSInvocationArgumentLifetimeCheck.cpp
NSInvocationArgumentLifetimeCheck.h
ObjCTidyModule.cpp [clang-tidy][objc] Finds and fixes improper usages of XCTAssertEquals and XCTAssertNotEquals. 2021-12-02 18:32:16 -05:00
PropertyDeclarationCheck.cpp [clang-tidy] Applied clang-tidy fixes. NFC 2021-01-29 01:01:19 +01:00
PropertyDeclarationCheck.h
SuperSelfCheck.cpp [llvm][clang][NFC] updates inline licence info 2021-08-11 02:48:53 +00:00
SuperSelfCheck.h [llvm][clang][NFC] updates inline licence info 2021-08-11 02:48:53 +00:00