This change silences a compiler warning: base class should be explictily initialized in the copy constructor.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Nit: Could you add a line in the summary what this change does?
flang/include/flang/Optimizer/Builder/FIRBuilder.h | ||
---|---|---|
47 | Is the same change required here? |
flang/include/flang/Optimizer/Builder/FIRBuilder.h | ||
---|---|---|
47 | The build failure was due to a warning about the copy constructor. So it's probably not needed. But maybe better to add here as well. |
Comment Actions
Thanks for doing this!
With this change, flang builds correctly and passes all tests.
Is the same change required here?