llvm-project/clang-tools-extra/clangd/unittests/tweaks
Kazu Hirata 7c2b77368f [clang-tools-extra] Use std::nullopt instead of None in comments (NFC)
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-04 17:40:28 -08:00
..
AddUsingTests.cpp [clangd] Rewrite TweakTesting helpers to avoid reparsing the same code. NFC 2022-05-09 14:53:00 +02:00
AnnotateHighlightingsTests.cpp [clangd] Implement semantic token modifier "definition" 2022-10-17 17:12:41 -04:00
DefineInlineTests.cpp [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
DefineOutlineTests.cpp [clangd] Handle initializers that contain = 2022-06-20 16:42:54 +02:00
DumpASTTests.cpp [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
DumpRecordLayoutTests.cpp [clangd] Eliminate direct usage of isAvailable() matcher. NFC 2022-05-06 16:35:12 +02:00
DumpSymbolTests.cpp [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
ExpandAutoTypeTests.cpp [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
ExpandMacroTests.cpp [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
ExtractFunctionTests.cpp [clangd] Fix a crash in ExtractFunction tweak. 2022-10-13 11:12:28 +02:00
ExtractVariableTests.cpp [clang] use getCommonSugar in an assortment of places 2022-09-16 16:36:00 +02:00
MemberwiseConstructorTests.cpp [clangd] Fix a declare-constructor tweak crash on incomplete fields. 2022-04-21 19:44:43 +02:00
ObjCLocalizeStringLiteralTests.cpp [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
ObjCMemberwiseInitializerTests.cpp Attempt forward fix for Linux buildbots for D116385 2022-03-17 12:49:16 -04:00
PopulateSwitchTests.cpp [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
RawStringLiteralTests.cpp [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
RemoveUsingNamespaceTests.cpp [clangd] Fix the code action `RemoveUsingNamespace` 2022-11-09 21:04:21 +01:00
ShowSelectionTreeTests.cpp [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00
SpecialMembersTests.cpp [clangd] Code action to declare missing move/copy constructor/assignment 2022-04-06 16:14:42 +02:00
SwapIfBranchesTests.cpp [clangd] Eliminate direct usage of isAvailable() matcher. NFC 2022-05-06 16:35:12 +02:00
TweakTesting.cpp [clang-tools-extra] Use std::nullopt instead of None in comments (NFC) 2022-12-04 17:40:28 -08:00
TweakTesting.h [clangd] Rewrite TweakTesting helpers to avoid reparsing the same code. NFC 2022-05-09 14:53:00 +02:00
TweakTests.cpp [clangd] Clean up unused includes. NFCI 2022-02-26 12:00:16 +01:00