Remove a reference where a value was intended (its being initialized with std::move).
Details
Details
Diff Detail
Diff Detail
Event Timeline
clang-tidy/modernize/UseNullptrCheck.cpp | ||
---|---|---|
178 | Please use ArrayRef<StringRef> here and store it in the class. |
Paths
| Differential D12162
Remove reference. ClosedPublic Authored by angelgarcia on Aug 19 2015, 10:36 AM.
Details
Summary Remove a reference where a value was intended (its being initialized with std::move).
Diff Detail Event Timelineangelgarcia updated this object. angelgarcia changed the visibility from "Public (No Login Required)" to "All Users".
angelgarcia changed the visibility from "All Users" to "Public (No Login Required)". Comment ActionsUse ArrayRef. This revision is now accepted and ready to land.Aug 19 2015, 10:51 AM
Revision Contents
Diff 32576 clang-tidy/modernize/UseNullptrCheck.cpp
|
Please use ArrayRef<StringRef> here and store it in the class.