[llvm] [IR][Attribute] Add support for intersecting AttributeLists; NFC (PR #109719)

via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 23 14:05:05 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 09e94d09fd0f6ca7daac86f2c019473e0bd2f54e 92ba0be0e8a18cc24314669430ea546fd7960c51 --extensions h,cpp -- llvm/include/llvm/IR/Attributes.h llvm/lib/IR/Attributes.cpp llvm/unittests/IR/AttributesTest.cpp llvm/utils/TableGen/Attributes.cpp
``````````

</details>

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

``````````diff
diff --git a/llvm/utils/TableGen/Attributes.cpp b/llvm/utils/TableGen/Attributes.cpp
index 2d2a9af186..8b79462fc5 100644
--- a/llvm/utils/TableGen/Attributes.cpp
+++ b/llvm/utils/TableGen/Attributes.cpp
@@ -6,9 +6,9 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include "llvm/TableGen/Error.h"
 #include "llvm/TableGen/Record.h"
 #include "llvm/TableGen/TableGenBackend.h"
-#include "llvm/TableGen/Error.h"
 #include <vector>
 using namespace llvm;
 

``````````

</details>


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


More information about the llvm-commits mailing list