llvm-project/clang/lib/ExtractAPI
Kazu Hirata 5891420e68 [clang] 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:46 -08:00
..
Serialization [clang] Use std::nullopt instead of None (NFC) 2022-12-03 11:54:46 -08:00
API.cpp Revert "Only add targetFallback if target is not in defined in current product" 2022-11-07 13:33:59 +00:00
APIIgnoresList.cpp [clang][ExtractAPI] Allow users to specify a list of symbols to ignore 2022-10-25 11:46:04 +01:00
AvailabilityInfo.cpp [clang][ExtractAPI] Record availability information on all platforms 2022-08-19 14:54:52 -07:00
CMakeLists.txt [clang][ExtractAPI] Allow users to specify a list of symbols to ignore 2022-10-25 11:46:04 +01:00
DeclarationFragments.cpp [clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 09:12:46 -07:00
ExtractAPIConsumer.cpp [clang] Use std::nullopt instead of None (NFC) 2022-12-03 11:54:46 -08:00
TypedefUnderlyingTypeResolver.cpp [clang][extract-api] Add support for typedefs 2022-04-06 19:14:05 +01:00
TypedefUnderlyingTypeResolver.h [clang][extract-api] Add support for typedefs 2022-04-06 19:14:05 +01:00