[flang-commits] [flang] [flang][OpenMP] Store Block in OpenMPLoopConstruct, add access functions (PR #168078)
Krzysztof Parzyszek via flang-commits
flang-commits at lists.llvm.org
Mon Nov 17 06:02:21 PST 2025
================
@@ -7,8 +7,10 @@
//===----------------------------------------------------------------------===//
#include "flang/Parser/parse-tree.h"
+
----------------
kparzysz wrote:
There is some difference in behavior between the clang-format used in the CI, and the one I'm using. Specifically, mine doesn't care whether the header has the same name as the .cpp file being formatted, while the CI one will put it at the front of the includes. An empty line will stop that include from being reordered, so I can c-f the entire file without worrying about the order of includes.
https://github.com/llvm/llvm-project/pull/168078
More information about the flang-commits
mailing list