This is an archive of the discontinued LLVM Phabricator instance.

[Axccel] Remove -Wno-missing-braces in build
ClosedPublic

Authored by jhen on Dec 19 2016, 1:39 PM.

Details

Summary

I originally added the -Wno-missing-braces flag because I thought it was
erroneously flagging std::array initializations. Now I realize the extra
braces really are desired for these initializations, so I'm turning the
warning flag back on.

Diff Detail

Repository
rL LLVM

Event Timeline

jhen updated this revision to Diff 81996.Dec 19 2016, 1:39 PM
jhen retitled this revision from to [Axccel] Remove -Wno-missing-braces in build.
jhen updated this object.
jhen added a reviewer: jlebar.
jhen added a subscriber: parallel_libs-commits.
jlebar accepted this revision.Dec 19 2016, 1:41 PM
jlebar edited edge metadata.
This revision is now accepted and ready to land.Dec 19 2016, 1:41 PM
This revision was automatically updated to reflect the committed changes.