[flang-commits] [flang] [flang][OpenMP] Remove unused #include "dump-parse-tree.h", NFC (PR #169708)

via flang-commits flang-commits at lists.llvm.org
Wed Nov 26 10:27:24 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-flang-fir-hlfir

Author: Krzysztof Parzyszek (kparzysz)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/169708.diff


1 Files Affected:

- (modified) flang/lib/Lower/OpenMP/ClauseProcessor.h (-1) 


``````````diff
diff --git a/flang/lib/Lower/OpenMP/ClauseProcessor.h b/flang/lib/Lower/OpenMP/ClauseProcessor.h
index 529b871330052..54ec9c5f0d752 100644
--- a/flang/lib/Lower/OpenMP/ClauseProcessor.h
+++ b/flang/lib/Lower/OpenMP/ClauseProcessor.h
@@ -20,7 +20,6 @@
 #include "flang/Lower/OpenMP/Clauses.h"
 #include "flang/Lower/Support/ReductionProcessor.h"
 #include "flang/Optimizer/Builder/Todo.h"
-#include "flang/Parser/dump-parse-tree.h"
 #include "flang/Parser/parse-tree.h"
 #include "mlir/Dialect/OpenMP/OpenMPDialect.h"
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/169708


More information about the flang-commits mailing list