llvm-project/clang-tools-extra/clangd/unittests/tweaks
Christian Kühnel 5bd643d31d [clangd] cleanup of header guard names
Renaming header guards to match the LLVM convention.
This patch was created by automatically applying the fixes from
clang-tidy.

I've removed the [NFC]  tag from the title, as we're adding header guards in some files and thus might trigger behavior changes.

Differential Revision: https://reviews.llvm.org/D113896
2021-12-02 15:58:35 +00:00
..
AddUsingTests.cpp [clangd] AddUsing: Fix support for template specializations. 2021-10-26 17:32:33 +02:00
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 [clang] retain type sugar in auto / template argument deduction 2021-11-15 23:07:45 +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] Improve PopulateSwitch tweak 2021-10-04 10:15:37 -04: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 [clangd] cleanup of header guard names 2021-12-02 15:58:35 +00:00
TweakTests.cpp