We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a32f94 commit 815065fCopy full SHA for 815065f
clang-tools-extra/clangd/refactor/tweaks/AbbreviateFunctionTemplate.cpp
@@ -5,16 +5,12 @@
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
-#include "FindTarget.h"
9
-#include "SourceCode.h"
10
#include "XRefs.h"
11
#include "refactor/Tweak.h"
12
#include "support/Logger.h"
13
#include "clang/AST/ASTContext.h"
14
-#include "clang/AST/ExprConcepts.h"
15
#include "clang/Tooling/Core/Replacement.h"
16
#include "llvm/ADT/StringRef.h"
17
-#include "llvm/Support/Casting.h"
18
#include "llvm/Support/Error.h"
19
#include <numeric>
20
0 commit comments