[flang-commits] [flang] [flang][OpenMP] Make OmpDirectiveNameModifier a distrinct type (PR #150768)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Wed Jul 30 06:21:34 PDT 2025
================
@@ -3469,13 +3469,20 @@ WRAPPER_CLASS(PauseStmt, std::optional<StopCode>);
// --- Common definitions
+#define INHERITED_WRAPPER_CLASS_BOILERPLATE(classname, basename) \
----------------
tblah wrote:
I guess you did this to follow the style in other parts of the parse tree, but in this case I wonder if it would be more foolproof to roll the whole struct declaration into the macro. It is up to you if you want to do this or not.
https://github.com/llvm/llvm-project/pull/150768
More information about the flang-commits
mailing list