This is an archive of the discontinued LLVM Phabricator instance.

[mlir] ODS: do not emit trailing const for static methods
ClosedPublic

Authored by ftynse on Jun 14 2021, 8:20 AM.

Details

Summary

The generated C++ would be invalid.

Diff Detail

Event Timeline

ftynse created this revision.Jun 14 2021, 8:20 AM
ftynse requested review of this revision.Jun 14 2021, 8:20 AM
rriddle accepted this revision.Jun 14 2021, 11:15 AM

Nice, thanks!

This revision is now accepted and ready to land.Jun 14 2021, 11:15 AM
This revision was automatically updated to reflect the committed changes.