This is an archive of the discontinued LLVM Phabricator instance.

TableGen/SearchableTables: Cast enums to unsigned in generated code
ClosedPublic

Authored by nhaehnle on Aug 22 2018, 4:28 AM.

Details

Summary

This should fix signedness warnings when compiling with MSVC.

Change-Id: I4664cce0ba91e9b42d21a86fd4a7e82f2320c451

Diff Detail

Repository
rL LLVM

Event Timeline

nhaehnle created this revision.Aug 22 2018, 4:28 AM
RKSimon accepted this revision.Aug 22 2018, 8:56 AM

LGTM - thanks

This revision is now accepted and ready to land.Aug 22 2018, 8:56 AM
This revision was automatically updated to reflect the committed changes.