[flang-commits] [flang] [flang][OpenMP] Make OmpDirectiveNameModifier a distrinct type (PR #150768)

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Wed Jul 30 07:37:42 PDT 2025


================
@@ -3469,13 +3469,20 @@ WRAPPER_CLASS(PauseStmt, std::optional<StopCode>);
 
 // --- Common definitions
 
+#define INHERITED_WRAPPER_CLASS_BOILERPLATE(classname, basename) \
----------------
kparzysz wrote:

I'm adding a similar macro for tuple classes in the last PR in the stack.  Let me think a bit about this and I may end up making this change in that other PR.

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


More information about the flang-commits mailing list