[clang] [CIR] Upstream basic support for ArrayType (PR #130502)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 12 15:01:06 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 202137dbead88004c956595106ab6d80d597508c 18163c0e0de0704e95392166532011b0e63ea95f --extensions cpp,h -- clang/test/CIR/CodeGen/array.cpp clang/test/CIR/Lowering/array.cpp clang/include/clang/CIR/Dialect/IR/CIRAttrs.h clang/include/clang/CIR/MissingFeatures.h clang/lib/CIR/CodeGen/CIRGenBuilder.h clang/lib/CIR/CodeGen/CIRGenTypes.cpp clang/lib/CIR/Dialect/IR/CIRTypes.cpp clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/clang/include/clang/CIR/MissingFeatures.h b/clang/include/clang/CIR/MissingFeatures.h
index b504c92968..6c3d74cf96 100644
--- a/clang/include/clang/CIR/MissingFeatures.h
+++ b/clang/include/clang/CIR/MissingFeatures.h
@@ -84,7 +84,7 @@ struct MissingFeatures {
static bool astVarDeclInterface() { return false; }
static bool stackSaveOp() { return false; }
static bool aggValueSlot() { return false; }
-
+
static bool unsizedTypes() { return false; }
};
``````````
</details>
https://github.com/llvm/llvm-project/pull/130502
More information about the cfe-commits
mailing list