[clang-tools-extra] b09c12c - [clangd] Fix wrong included header. NFC
Sam McCall via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 26 05:22:10 PST 2022
Author: Sam McCall
Date: 2022-02-26T14:21:52+01:00
New Revision: b09c12c4b9767e97ce8b02c707eb0dd3272e6de3
URL: https://github.com/llvm/llvm-project/commit/b09c12c4b9767e97ce8b02c707eb0dd3272e6de3
DIFF: https://github.com/llvm/llvm-project/commit/b09c12c4b9767e97ce8b02c707eb0dd3272e6de3.diff
LOG: [clangd] Fix wrong included header. NFC
Added:
Modified:
clang-tools-extra/clangd/index/IndexAction.cpp
Removed:
################################################################################
diff --git a/clang-tools-extra/clangd/index/IndexAction.cpp b/clang-tools-extra/clangd/index/IndexAction.cpp
index 708df9ad9f3a..3899902839a7 100644
--- a/clang-tools-extra/clangd/index/IndexAction.cpp
+++ b/clang-tools-extra/clangd/index/IndexAction.cpp
@@ -16,7 +16,7 @@
#include "clang/Basic/SourceLocation.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Frontend/CompilerInstance.h"
-#include "clang/Frontend/FrontendActions.h"
+#include "clang/Frontend/FrontendAction.h"
#include "clang/Index/IndexingAction.h"
#include "clang/Index/IndexingOptions.h"
#include <cstddef>
More information about the cfe-commits
mailing list