This is an archive of the discontinued LLVM Phabricator instance.

Fix MSVC2015 compilation error.
AbandonedPublic

Authored by curdeius on Sep 1 2015, 2:13 AM.

Details

Reviewers
rsmith
Summary

Changed lambda's capture [&] into [&Files] in order to be more explicit about captured variables and to prevent MSVC2015 error (due to compiler bug).

Changes introduced in http://reviews.llvm.org/rL246497.

Diff Detail

Event Timeline

curdeius updated this revision to Diff 33670.Sep 1 2015, 2:13 AM
curdeius retitled this revision from to Fix MSVC2015 compilation error..
curdeius updated this object.
curdeius set the repository for this revision to rL LLVM.
curdeius updated this object.