There is an intermittent failure in the tests for the funderscoring driver option reported in (https://lab.llvm.org/buildbot/#/builders/21/builds/78228) that is caused by an uninitialized member variable.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I looked at that myself but for some reason thought it would default construct to false, but of course that doesn't apply to bool. Good catch!
I have no context on the option itself so I'll let the others confirm that false is the right value here.