llvm-project/clang-tools-extra/clang-tidy/utils
Kazu Hirata 7c2b77368f [clang-tools-extra] Use std::nullopt instead of None in comments (NFC)
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-04 17:40:28 -08:00
..
ASTUtils.cpp [clang-tidy] Fix lint warnings in clang-tidy source code (NFC) 2021-11-02 20:14:25 +13:00
ASTUtils.h [clang-tidy] Fix lint warnings in clang-tidy source code (NFC) 2021-11-02 20:14:25 +13:00
Aliasing.cpp [clang-tidy] bugprone-infinite-loop: forFunction() -> forCallable(). 2021-05-13 11:25:01 -07:00
Aliasing.h [clang-tidy] bugprone-infinite-loop: forFunction() -> forCallable(). 2021-05-13 11:25:01 -07:00
CMakeLists.txt
DeclRefExprUtils.cpp [clang-tidy] Fix lint warnings in clang-tidy source code (NFC) 2021-11-02 20:14:25 +13:00
DeclRefExprUtils.h
ExceptionAnalyzer.cpp [clang-tidy] Include constructor initializers in `bugprone-exception-escape` check 2022-01-21 00:53:57 +01:00
ExceptionAnalyzer.h
ExprSequence.cpp
ExprSequence.h
FileExtensionsUtils.cpp [clang-tidy] Use std::nullopt instead of None (NFC) 2022-12-03 11:54:48 -08:00
FileExtensionsUtils.h
FixItHintUtils.cpp [clang-tidy] Use std::nullopt instead of None (NFC) 2022-12-03 11:54:48 -08:00
FixItHintUtils.h
HeaderGuard.cpp [clang-tidy] Make header-guard check a little looser on comment whitespace 2022-05-05 17:42:35 +02:00
HeaderGuard.h [clang-tidy] Fix pr48613: "llvm-header-guard uses a reserved identifier" 2021-11-30 12:43:35 +13:00
IncludeInserter.cpp [clang-tidy] Use std::nullopt instead of None (NFC) 2022-12-03 11:54:48 -08:00
IncludeInserter.h [clang-tidy] Add a Standalone diagnostics mode to clang-tidy 2022-04-16 09:53:35 +01:00
IncludeSorter.cpp [clang-tidy] Use std::nullopt instead of None (NFC) 2022-12-03 11:54:48 -08:00
IncludeSorter.h [clang-tools-extra] Use std::nullopt instead of None in comments (NFC) 2022-12-04 17:40:28 -08:00
LexerUtils.cpp [clang-tidy] Use std::nullopt instead of None (NFC) 2022-12-03 11:54:48 -08:00
LexerUtils.h
Matchers.h [clang-tidy][NFC] Replace many instances of std::string where a StringRef would suffice. 2022-05-09 12:01:46 +01:00
NamespaceAliaser.cpp [clang-tidy] Use std::nullopt instead of None (NFC) 2022-12-03 11:54:48 -08:00
NamespaceAliaser.h
OptionsUtils.cpp [clang-tidy][NFC] Replace many instances of std::string where a StringRef would suffice. 2022-05-09 12:01:46 +01:00
OptionsUtils.h [clang-tidy][NFC] Replace many instances of std::string where a StringRef would suffice. 2022-05-09 12:01:46 +01:00
RenamerClangTidyCheck.cpp [clang-tidy] Use std::nullopt instead of None (NFC) 2022-12-03 11:54:48 -08:00
RenamerClangTidyCheck.h Remove redundaunt override specifiers (NFC) 2022-07-24 22:28:11 -07:00
TransformerClangTidyCheck.cpp [clang][transformer] Finish plumbing `Note` all the way to the output. 2022-08-11 07:54:44 +02:00
TransformerClangTidyCheck.h [libTooling] Generalize string explanation as templated metadata 2022-03-21 20:39:35 +00:00
TypeTraits.cpp [clang-tidy] Use std::nullopt instead of None (NFC) 2022-12-03 11:54:48 -08:00
TypeTraits.h [clang-tidy] Fix lint warnings in clang-tidy source code (NFC) 2021-11-02 20:14:25 +13:00
UsingInserter.cpp [clang-tidy] Use std::nullopt instead of None (NFC) 2022-12-03 11:54:48 -08:00
UsingInserter.h