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 91a8cb781dbc981356207e0c3608d92ed6d26042 
7a8214efbfc1cc5e16c22bd7e3a21061d5a9555c -- 
clang/include/clang/Serialization/ASTWriter.h 
clang/lib/Frontend/FrontendActions.cpp clang/lib/Serialization/GeneratePCH.cpp 
clang/test/Modules/pr67893.cppm clang/test/Modules/search-partitions.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/clang/include/clang/Serialization/ASTWriter.h 
b/clang/include/clang/Serialization/ASTWriter.h
index 259208b7a9..6f64ece9c5 100644
--- a/clang/include/clang/Serialization/ASTWriter.h
+++ b/clang/include/clang/Serialization/ASTWriter.h
@@ -932,6 +932,7 @@ public:
 
 class CXX20ModulesGenerator : public PCHGenerator {
   void anchor() override;
+
 protected:
   virtual Module *getEmittingModule(ASTContext &Ctx) override;
 
@@ -949,6 +950,7 @@ public:
 
 class ReducedBMIGenerator : public CXX20ModulesGenerator {
   void anchor() override;
+
 public:
   ReducedBMIGenerator(Preprocessor &PP, InMemoryModuleCache &ModuleCache,
                       StringRef OutputFile)

``````````

</details>


https://github.com/llvm/llvm-project/pull/90570
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to