[clang] Run PreStmt/PostStmt checker for GCCAsmStmt (PR #95409)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 10 01:46:15 PDT 2024
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 22ff7c5dc96828aba967fb3bcb3f929ea4509783 28b646792249bad0a01d9724cc538df5d41736da -- clang/unittests/StaticAnalyzer/ExprEngineVisitTest.cpp clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/clang/unittests/StaticAnalyzer/ExprEngineVisitTest.cpp b/clang/unittests/StaticAnalyzer/ExprEngineVisitTest.cpp
index e0006597f2..2d18922e4b 100644
--- a/clang/unittests/StaticAnalyzer/ExprEngineVisitTest.cpp
+++ b/clang/unittests/StaticAnalyzer/ExprEngineVisitTest.cpp
@@ -6,7 +6,6 @@
//
//===----------------------------------------------------------------------===//
-
#include "CheckerRegistration.h"
#include "clang/AST/Stmt.h"
#include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
``````````
</details>
https://github.com/llvm/llvm-project/pull/95409
More information about the cfe-commits
mailing list