This is an archive of the discontinued LLVM Phabricator instance.

PR22419
Needs ReviewPublic

Authored by lvoufo on Feb 3 2015, 2:40 PM.

Details

Reviewers
rsmith
Summary

I think this is good to go. I just want a quick-check to make sure I have not overlooked anything.

Diff Detail

Event Timeline

lvoufo updated this revision to Diff 19274.Feb 3 2015, 2:40 PM
lvoufo retitled this revision from to PR22419.
lvoufo updated this object.
lvoufo edited the test plan for this revision. (Show Details)
lvoufo added a reviewer: rsmith.
lvoufo added a subscriber: Unknown Object (MLST).
rsmith edited subscribers, added: Unknown Object (MLST); removed: Unknown Object (MLST).Feb 3 2015, 3:30 PM
rsmith added inline comments.Feb 3 2015, 3:34 PM
lib/AST/Decl.cpp
669–674

I would prefer to handle this by adding a visibility(default) attribute to all implicitly-declared allocation functions in Sema::DeclareGlobalAllocationFunction.

lvoufo added a comment.Feb 3 2015, 3:35 PM

Submitted for now since it not breaking anything. (r228066).
Will apply changes later as specified.