This is an archive of the discontinued LLVM Phabricator instance.

Unnecessary reference type in SemaExpr.cpp
ClosedPublic

Authored by chriswailes on Sep 3 2013, 2:30 PM.

Details

Summary

The getDefaultPolicy() function returns a value and not a reference.

Diff Detail

Event Timeline

probably drop the const too, but that's fine - committed as r189859

dblaikie accepted this revision.Apr 5 2014, 4:50 PM

Already committed.

dblaikie closed this revision.Apr 5 2014, 4:50 PM