llvm-project/clang-tools-extra/clang-doc
Kazu Hirata 059a23c0f0 [clang-tools-extra] 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:50 -08:00
..
assets [clang-doc] Improving Markdown Output 2020-03-06 17:37:08 -08:00
tool [clang-doc] Fix warnings about lock_guard 2022-11-30 02:30:40 +00:00
BitcodeReader.cpp [clang-doc] Fix typedef/using output. 2022-10-25 13:47:24 -07:00
BitcodeReader.h
BitcodeWriter.cpp [clang-doc] Fix typedef/using output. 2022-10-25 13:47:24 -07:00
BitcodeWriter.h [clang-doc] Add typedef/using information. 2022-10-14 14:59:29 -07:00
CMakeLists.txt [openmp] Add missing dependencies for OMP.h.inc after d90443b 2020-06-23 11:48:04 -04:00
ClangDoc.cpp
ClangDoc.h fix typos in comments 2021-11-29 14:06:33 +01:00
Generators.cpp [clang-tools-extra] Use llvm::find (NFC) 2022-10-30 09:41:55 -07:00
Generators.h [clang-doc] Move file layout to the generators. 2022-11-29 14:40:58 -08:00
HTMLGenerator.cpp [clang-tools-extra] Use std::nullopt instead of None (NFC) 2022-12-03 11:54:50 -08:00
MDGenerator.cpp [clang-doc] Move file layout to the generators. 2022-11-29 14:40:58 -08:00
Mapper.cpp [clang-doc] Add typedef/using information. 2022-10-14 14:59:29 -07:00
Mapper.h [clang-doc] Add typedef/using information. 2022-10-14 14:59:29 -07:00
Representation.cpp [clang-doc] Add typedef/using information. 2022-10-14 14:59:29 -07:00
Representation.h [clang-doc] Fix typedef/using output. 2022-10-25 13:47:24 -07:00
Serialize.cpp [clang-doc] Add typedef/using information. 2022-10-14 14:59:29 -07:00
Serialize.h [clang-doc] Add typedef/using information. 2022-10-14 14:59:29 -07:00
YAMLGenerator.cpp [clang-doc] Move file layout to the generators. 2022-11-29 14:40:58 -08:00