[flang] [llvm] [flang][OpenMP] Overhaul implementation of ATOMIC construct (PR #137852)

Tom Eccles via llvm-commits llvm-commits at lists.llvm.org
Wed May 28 10:19:07 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:

This is now unused. Are you keeping it deliberately as a debugging tool or was this forgotten due to the attribute?

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


More information about the llvm-commits mailing list