This is an archive of the discontinued LLVM Phabricator instance.

Remove reference.
ClosedPublic

Authored by angelgarcia on Aug 19 2015, 10:36 AM.

Details

Reviewers
alexfh
Summary

Remove a reference where a value was intended (its being initialized with std::move).

Diff Detail

Event Timeline

angelgarcia retitled this revision from to Remove reference..
angelgarcia updated this object.
angelgarcia added a reviewer: alexfh.
angelgarcia changed the visibility from "Public (No Login Required)" to "All Users".
angelgarcia added subscribers: cfe-commits, klimek.
alexfh added inline comments.Aug 19 2015, 10:41 AM
clang-tidy/modernize/UseNullptrCheck.cpp
178

Please use ArrayRef<StringRef> here and store it in the class.

angelgarcia changed the visibility from "All Users" to "Public (No Login Required)".

Use ArrayRef.

alexfh accepted this revision.Aug 19 2015, 10:51 AM
alexfh edited edge metadata.

Thanks! LG

This revision is now accepted and ready to land.Aug 19 2015, 10:51 AM
alexfh closed this revision.Aug 19 2015, 10:51 AM

Committed revision 245471.