This is an archive of the discontinued LLVM Phabricator instance.

Fix MSVC signed/unsigned conversion and size_t conversion warnings in LLDB
ClosedPublic

Authored by hughbe on Mar 13 2017, 9:03 PM.

Details

Summary

I've been porting swift-lldb to Windows/MSVC, and encountered some size_t/unsigned implicit conversion warnings. I sent a PR (https://github.com/apple/swift-lldb/pull/161) and @jimingham suggested I push some of them here.

Diff Detail

Repository
rL LLVM

Event Timeline

hughbe created this revision.Mar 13 2017, 9:03 PM
hughbe updated this revision to Diff 91670.Mar 13 2017, 9:11 PM

Fix file names

hughbe accepted this revision.Mar 13 2017, 9:31 PM
This revision is now accepted and ready to land.Mar 13 2017, 9:31 PM
hughbe edited reviewers, added: zturner; removed: jingham, hughbe.Mar 15 2017, 9:43 PM

As per discussion on lists

This revision now requires review to proceed.Mar 15 2017, 9:43 PM
This revision was automatically updated to reflect the committed changes.