[clang] [clang][p2719] Module deserialization does not restore allocator flags (PR #137102)

via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 23 18:16:46 PDT 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 HEAD~1 HEAD --extensions cpp -- clang/lib/Serialization/ASTReaderDecl.cpp clang/lib/Serialization/ASTWriterDecl.cpp
``````````

</details>

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

``````````diff
diff --git a/clang/lib/Serialization/ASTReaderDecl.cpp b/clang/lib/Serialization/ASTReaderDecl.cpp
index bc6f745a5..0f54aa5c5 100644
--- a/clang/lib/Serialization/ASTReaderDecl.cpp
+++ b/clang/lib/Serialization/ASTReaderDecl.cpp
@@ -1162,7 +1162,6 @@ void ASTDeclReader::VisitFunctionDecl(FunctionDecl *FD) {
       C.registerSYCLEntryPointFunction(FD);
     }
   }
-
 }
 
 void ASTDeclReader::VisitObjCMethodDecl(ObjCMethodDecl *MD) {

``````````

</details>


https://github.com/llvm/llvm-project/pull/137102


More information about the cfe-commits mailing list