[flang-commits] [flang] [flang][runtime] add LBOUND API for assumed-rank arrays (PR #94808)
via flang-commits
flang-commits at lists.llvm.org
Mon Jun 10 01:15:46 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 e58f830a1de20af79a6ce41c85b787f4a64b9c74 66a6b3a49618753dcaa2356e13a546d9800e1ff3 -- flang/include/flang/Runtime/inquiry.h flang/runtime/inquiry.cpp flang/unittests/Runtime/Inquiry.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/flang/include/flang/Runtime/inquiry.h b/flang/include/flang/Runtime/inquiry.h
index 5de26ae4d1..18ed4a42a0 100644
--- a/flang/include/flang/Runtime/inquiry.h
+++ b/flang/include/flang/Runtime/inquiry.h
@@ -30,7 +30,6 @@ void RTDECL(Lbound)(void *result, const Descriptor &array, int kind,
void RTDECL(Shape)(void *result, const Descriptor &array, int kind,
const char *sourceFile = nullptr, int line = 0);
-
std::int64_t RTDECL(Size)(
const Descriptor &array, const char *sourceFile = nullptr, int line = 0);
``````````
</details>
https://github.com/llvm/llvm-project/pull/94808
More information about the flang-commits
mailing list