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.
Details
Details
- Reviewers
akyrtzi
Diff Detail
Diff Detail
Event Timeline
Comment Actions
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...