[clang-tools-extra] [clangd] Support .clangd command line modifications for C++ modules (PR #122606)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 14 17:48:17 PST 2025
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff 657fb4433e027722e8c9a5002d0c194ecd3f2956 5c89b9dbf97b57d232817a4716433239e84365a1 --extensions cpp,h -- clang-tools-extra/clangd/GlobalCompilationDatabase.cpp clang-tools-extra/clangd/GlobalCompilationDatabase.h clang-tools-extra/clangd/ProjectModules.h clang-tools-extra/clangd/ScanningProjectModules.cpp clang-tools-extra/clangd/unittests/PrerequisiteModulesTest.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/clang-tools-extra/clangd/unittests/PrerequisiteModulesTest.cpp b/clang-tools-extra/clangd/unittests/PrerequisiteModulesTest.cpp
index 2888d570af..af423aec1f 100644
--- a/clang-tools-extra/clangd/unittests/PrerequisiteModulesTest.cpp
+++ b/clang-tools-extra/clangd/unittests/PrerequisiteModulesTest.cpp
@@ -11,11 +11,11 @@
/// code mode.
#ifndef _WIN32
-#include "ModulesBuilder.h"
-#include "ScanningProjectModules.h"
#include "Annotations.h"
#include "CodeComplete.h"
#include "Compiler.h"
+#include "ModulesBuilder.h"
+#include "ScanningProjectModules.h"
#include "TestTU.h"
#include "support/ThreadsafeFS.h"
#include "llvm/ADT/StringRef.h"
``````````
</details>
https://github.com/llvm/llvm-project/pull/122606
More information about the cfe-commits
mailing list