llvm-project/clang-tools-extra/clang-tidy/objc
Kazu Hirata cd8702efe7 [clang-tidy] Use std::nullopt instead of None (NFC)
This patch mechanically replaces None with std::nullopt where the
compiler would warn if None were deprecated.  The intent is to reduce
the amount of manual work required in migrating from Optional to
std::optional.

This is part of an effort to migrate from llvm::Optional to
std::optional:

https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
2022-12-03 11:54:48 -08:00
..
AssertEquals.cpp
AssertEquals.h [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
AvoidNSErrorInitCheck.cpp
AvoidNSErrorInitCheck.h [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
CMakeLists.txt Adds the NSDateFormatter checker to clang-tidy 2022-08-02 13:57:44 -07:00
DeallocInCategoryCheck.cpp
DeallocInCategoryCheck.h [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
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] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
MissingHashCheck.cpp
MissingHashCheck.h [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
NSDateFormatterCheck.cpp Use llvm::all_of (NFC) 2022-08-14 16:25:36 -07:00
NSDateFormatterCheck.h Adds the NSDateFormatter checker to clang-tidy 2022-08-02 13:57:44 -07:00
NSInvocationArgumentLifetimeCheck.cpp [clang-tidy] Use std::nullopt instead of None (NFC) 2022-12-03 11:54:48 -08:00
NSInvocationArgumentLifetimeCheck.h [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
ObjCTidyModule.cpp Adds the NSDateFormatter checker to clang-tidy 2022-08-02 13:57:44 -07:00
PropertyDeclarationCheck.cpp
PropertyDeclarationCheck.h [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
SuperSelfCheck.cpp
SuperSelfCheck.h [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00