This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] Fixes C++98 warning
ClosedPublic

Authored by wrengr on May 27 2022, 12:44 PM.

Details

Summary

The semicolons were introduced in D126105 in order to correct clang-format, but I forgot this file must be compiled as C++98 rather than C++11.

Diff Detail

Event Timeline

wrengr created this revision.May 27 2022, 12:44 PM
wrengr requested review of this revision.May 27 2022, 12:44 PM
wrengr edited the summary of this revision. (Show Details)May 27 2022, 12:46 PM
aartbik accepted this revision.May 27 2022, 1:20 PM
This revision is now accepted and ready to land.May 27 2022, 1:20 PM
This revision was automatically updated to reflect the committed changes.