llvm-project/clang-tools-extra/clangd/unittests/tweaks
Sam McCall c5c3cdb9c9 [clangd] Populate-switch triggers when the whole condition is selected.
This allows vscode to find it as a diagnostic quickfix for -Wswitch.

While here, group the code into chunks and add a couple more comments.
2021-08-08 21:06:08 +02:00
..
AddUsingTests.cpp
AnnotateHighlightingsTests.cpp [clangd] Add semanticTokens modifiers for function/class/file/global scope 2021-02-09 17:57:36 +01:00
DefineInlineTests.cpp [clangd] Remove redundant -fno-delayed-template-parsing in tests. NFCI 2021-02-10 22:20:23 +01:00
DefineOutlineTests.cpp [clangd] Drop explicit specifier on define out-of-line 2021-03-11 13:27:24 +01:00
DumpASTTests.cpp
DumpRecordLayoutTests.cpp
DumpSymbolTests.cpp
ExpandAutoTypeTests.cpp [clangd] Remove redundant -fno-delayed-template-parsing in tests. NFCI 2021-02-10 22:20:23 +01:00
ExpandMacroTests.cpp
ExtractFunctionTests.cpp [clangd] Fix type printing in the presence of qualifiers 2021-01-08 17:00:39 +01:00
ExtractVariableTests.cpp [clangd] Replace usages of dummy with more descriptive words 2021-03-22 12:49:24 +01:00
ObjCLocalizeStringLiteralTests.cpp
PopulateSwitchTests.cpp [clangd] Populate-switch triggers when the whole condition is selected. 2021-08-08 21:06:08 +02:00
RawStringLiteralTests.cpp
RemoveUsingNamespaceTests.cpp
ShowSelectionTreeTests.cpp
SwapIfBranchesTests.cpp
TweakTesting.cpp [clangd] Use dirty filesystem when performing cross file tweaks 2021-04-20 17:13:44 +01:00
TweakTesting.h
TweakTests.cpp