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 6442b4d commit c187182Copy full SHA for c187182
clang-tools-extra/clangd/refactor/InsertionPoint.h
@@ -6,6 +6,9 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
+#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANGD_REFACTOR_INSERTIONPOINT_H
10
+#define LLVM_CLANG_TOOLS_EXTRA_CLANGD_REFACTOR_INSERTIONPOINT_H
11
+
12
#include "clang/AST/DeclCXX.h"
13
#include "clang/Basic/Specifiers.h"
14
#include "clang/Tooling/Core/Replacement.h"
@@ -51,3 +54,5 @@ llvm::Expected<tooling::Replacement> insertDecl(llvm::StringRef Code,
51
54
52
55
} // namespace clangd
53
56
} // namespace clang
57
58
+#endif
0 commit comments