[flang] [llvm] [flang][OpenMP] Overhaul implementation of ATOMIC construct (PR #137852)
Tom Eccles via llvm-commits
llvm-commits at lists.llvm.org
Fri May 30 02:52:00 PDT 2025
================
@@ -24,6 +24,12 @@
// OpenMP Directives and Clauses
namespace Fortran::parser {
+// Helper function to print the buffer contents starting at the current point.
+[[maybe_unused]] static std::string ahead(const ParseState &state) {
----------------
tblah wrote:
I think it is okay to keep if that's on purpose. I was just checking it hadn't been left in by accident.
https://github.com/llvm/llvm-project/pull/137852
More information about the llvm-commits
mailing list