This is an archive of the discontinued LLVM Phabricator instance.

[ASTImporter] Import "implicit" attribute of FunctionDecls
AbandonedPublic

Authored by labath on Mar 3 2016, 2:09 AM.

Details

Reviewers
akyrtzi
Summary

ASTImporter was importing this attribute only on destructor and constructor decls, as they take
it in the constructor, but other decls can have this attribute as well, notably the global
operator new. Make sure we import the attribute on all FunctionDecls.

Diff Detail

Event Timeline

labath updated this revision to Diff 49723.Mar 3 2016, 2:09 AM
labath retitled this revision from to [ASTImporter] Import "implicit" attribute of FunctionDecls.
labath updated this object.
labath added a reviewer: akyrtzi.
labath added a subscriber: cfe-commits.

I noticed this while debugging an importing issue in LLDB.

I am not sure if I have selected the right reviewer, and also how/if to test this...

labath abandoned this revision.Nov 8 2016, 9:07 AM