[PATCH] D68634: [ASTImporter] Imported FunctionDecls inherit attributes from existing functions

Aleksei Sidorin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 8 15:45:25 PDT 2019


a_sidorin added a comment.

Hello Balasz,
In my opinion, importing and setting the attributes should be handled by the stuff used in InitializeImportedDecl(). Can we extend it or reuse the code? It will allow us not to miss the required actions while importing a new function too.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68634/new/

https://reviews.llvm.org/D68634





More information about the cfe-commits mailing list