[PATCH] Emit used/dllexport inline method definitions in nested classes (PR19743, PR11170)

Hans Wennborg hans at chromium.org
Thu May 22 10:05:46 PDT 2014


On Fri, May 16, 2014 at 11:09 AM, Hans Wennborg <hans at chromium.org> wrote:
> Hi rsmith, rnk,
>
> The previous code that was supposed to handle this didn't work since parsing of inline method definitions is delayed to the end of the outer class definition. Thus, when HandleTagDeclDefinition() got called for the inner class, the inline functions in that class had not been parsed yet.
>
> Richard suggested that the way to do this is by handling inline method definitions through a new ASTConsumer callback.
>
> http://reviews.llvm.org/D3809

Ping?




More information about the cfe-commits mailing list