[clang] Add 'isPODType' AST matcher (PR #86233)

via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 21 19:42:57 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 718fbbef5f18a2b7e7fc4f842b1452ae9bee581a 87d02c2278e023b9439be96c2d34e934bcb57a26 -- clang/include/clang/ASTMatchers/ASTMatchers.h clang/lib/ASTMatchers/Dynamic/Registry.cpp
``````````

</details>

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

``````````diff
diff --git a/clang/include/clang/ASTMatchers/ASTMatchers.h b/clang/include/clang/ASTMatchers/ASTMatchers.h
index a9e803eec5..b114d68182 100644
--- a/clang/include/clang/ASTMatchers/ASTMatchers.h
+++ b/clang/include/clang/ASTMatchers/ASTMatchers.h
@@ -4092,7 +4092,7 @@ AST_POLYMORPHIC_MATCHER_P(
 /// Given
 /// \code
 ///   class Y
-///   { 
+///   {
 ///   public:
 ///       int a;
 ///       std::string b;

``````````

</details>


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


More information about the cfe-commits mailing list