[flang-commits] [flang] [flang] Enhance location information (PR #95862)
via flang-commits
flang-commits at lists.llvm.org
Thu Jul 11 14:59:33 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 6f04f46927cf54d19cc2a1470f47d5db4b3b96bb 17ae8cb98fc350ef6424026fb69715a2d1370b12 --extensions h,inc,cpp -- flang/test/Lower/location0.inc flang/test/Lower/location1.inc flang/include/flang/Parser/provenance.h flang/lib/Lower/Bridge.cpp flang/lib/Optimizer/Dialect/FIRAttr.cpp flang/lib/Parser/provenance.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/flang/test/Lower/location1.inc b/flang/test/Lower/location1.inc
index d55fb01230..6a2671c618 100644
--- a/flang/test/Lower/location1.inc
+++ b/flang/test/Lower/location1.inc
@@ -1 +1 @@
-print*,'from location.inc'
+print *, 'from location.inc'
``````````
</details>
https://github.com/llvm/llvm-project/pull/95862
More information about the flang-commits
mailing list