This is an archive of the discontinued LLVM Phabricator instance.

Don't drop dllimport from qualified friend redeclarations (PR20512)
ClosedPublic

Authored by hans on Aug 1 2014, 5:37 PM.

Details

Summary

This matches MSVC's logic, which seems to be that when then friend declaration is qualified, it cannot be a declaration of a new symbol and so the dll linkage doesn't change.

Diff Detail

Repository
rL LLVM

Event Timeline

hans updated this revision to Diff 12130.Aug 1 2014, 5:37 PM
hans retitled this revision from to Don't drop dllimport from qualified friend redeclarations (PR20512).
hans updated this object.
hans edited the test plan for this revision. (Show Details)
hans added a reviewer: rnk.
hans added subscribers: Unknown Object (MLST), hansw.
rnk accepted this revision.Aug 4 2014, 1:53 PM
rnk edited edge metadata.

lgtm

This revision is now accepted and ready to land.Aug 4 2014, 1:53 PM
hans closed this revision.Aug 4 2014, 2:03 PM
hans updated this revision to Diff 12178.

Closed by commit rL214774 (authored by @hans).