The SemanticsContext is needed to analyze expression later in the
lowering for directive languages. This patch allows to keep a reference of
the SemanticsContext in the LoweringBridge.
Building block for D131765
Paths
| Differential D131764
[flang] Pass SemanticsContext to the LoweringBridge ClosedPublic Authored by clementval on Aug 12 2022, 5:33 AM.
Details Summary The SemanticsContext is needed to analyze expression later in the Building block for D131765
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 12 2022, 7:10 AM Closed by commit rG8fc00247cea5: [flang] Pass SemanticsContext to the LoweringBridge (authored by clementval). · Explain WhyAug 12 2022, 12:23 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 452269 flang/include/flang/Lower/Bridge.h
flang/lib/Frontend/FrontendActions.cpp
flang/lib/Lower/Bridge.cpp
flang/tools/bbc/bbc.cpp
|