llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit
Kazu Hirata 180600660b [StaticAnalyzer] 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:34:24 -08:00
..
ASTUtils.cpp
ASTUtils.h [clang] Remove unused forward declarations (NFC) 2022-01-08 11:56:40 -08:00
DiagOutputUtils.h
NoUncountedMembersChecker.cpp [clang] Qualify auto in range-based for loops (NFC) 2022-09-03 23:27:27 -07:00
PtrTypesSemantics.cpp [StaticAnalyzer] Use std::nullopt instead of None (NFC) 2022-12-03 11:34:24 -08:00
PtrTypesSemantics.h [clang] Remove unused forward declarations (NFC) 2022-01-08 11:56:40 -08:00
RefCntblBaseVirtualDtorChecker.cpp
UncountedCallArgsChecker.cpp
UncountedLambdaCapturesChecker.cpp [Clang][C++20] Support capturing structured bindings in lambdas 2022-08-04 10:12:53 +02:00
UncountedLocalVarsChecker.cpp