This is an archive of the discontinued LLVM Phabricator instance.

Add and use isDiscardableGVALinkage function.
ClosedPublic

Authored by jlebar on Oct 13 2016, 11:42 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

jlebar updated this revision to Diff 74562.Oct 13 2016, 11:42 AM
jlebar retitled this revision from to Add and use isDiscardableGVALinkage function..
jlebar updated this object.
jlebar added a reviewer: rnk.
jlebar added a subscriber: cfe-commits.
rnk accepted this revision.Oct 13 2016, 1:45 PM
rnk edited edge metadata.

lgtm

clang/include/clang/Sema/Sema.h
9244 ↗(On Diff #74562)

I think you meant to make this change as part of the original patch.

This revision is now accepted and ready to land.Oct 13 2016, 1:45 PM
This revision was automatically updated to reflect the committed changes.
jlebar added inline comments.Oct 13 2016, 2:14 PM
clang/include/clang/Sema/Sema.h
9244 ↗(On Diff #74562)

Oops, thanks.