labath added a subscriber: lldb-commits.
labath added a comment.
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...
http://reviews.llvm.org/D17845
___
cfe
labath created this revision.
labath added a reviewer: akyrtzi.
labath added a subscriber: cfe-commits.
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
opera