llvm-project/clang-tools-extra/pseudo/lib/grammar
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
..
CMakeLists.txt [pseudo] Eliminate dependencies from clang-pseudo-gen. NFC 2022-06-03 20:42:38 +02:00
Grammar.cpp [clang-tools-extra] Use std::nullopt instead of None (NFC) 2022-12-03 11:54:50 -08:00
GrammarBNF.cpp [pseudo] Fix a bug in checking the duplicated grammar rules. 2022-08-11 13:16:01 +02:00
LRGraph.cpp [pseudo] Start rules are `_ := start-symbol EOF`, improve recovery. 2022-08-19 16:49:37 +02:00
LRTable.cpp [pseudo] Eliminate LRTable::Action. NFC 2022-07-05 14:35:41 +02:00
LRTableBuild.cpp Use llvm::sort instead of std::sort where possible 2022-07-23 15:19:05 +02:00