[flang-commits] [flang] [FLANG] Fix for issue #127426 (PR #150006)
via flang-commits
flang-commits at lists.llvm.org
Tue Jul 22 05:17:18 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 HEAD~1 HEAD --extensions h,cpp -- flang/test/Parser/inc.h flang/lib/Parser/prescan.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/flang/test/Parser/inc.h b/flang/test/Parser/inc.h
index a754bfbbb..15eb75b25 100644
--- a/flang/test/Parser/inc.h
+++ b/flang/test/Parser/inc.h
@@ -1,4 +1,4 @@
/* Old style C comments
-*comments
-*/
+ *comments
+ */
#define VAL 1
``````````
</details>
https://github.com/llvm/llvm-project/pull/150006
More information about the flang-commits
mailing list