llvm-project/clang/lib/Tooling/DependencyScanning
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
..
CMakeLists.txt Reapply "[clang][deps] Split translation units into individual -cc1 or other commands" 2022-08-31 09:45:11 -07:00
DependencyScanningFilesystem.cpp [Tooling/DependencyScanning & Preprocessor] Refactor dependency scanning to produce pre-lexed preprocessor directive tokens, instead of minimized sources 2022-05-26 12:50:06 -07:00
DependencyScanningService.cpp [clang][deps] Abolish FileManager sharing 2022-10-04 12:47:22 -07:00
DependencyScanningTool.cpp Reapply "[clang][deps] Split translation units into individual -cc1 or other commands" 2022-08-31 09:45:11 -07:00
DependencyScanningWorker.cpp [clang] Use std::nullopt instead of None (NFC) 2022-12-03 11:54:46 -08:00
ModuleDepCollector.cpp [clang][modules][deps] Serialize inputs into PCMs using the "as requested" name 2022-12-02 16:12:16 -08:00