[PATCH] D110528: [clang][ASTImporter] Add import of thread safety attributes.

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 28 02:42:15 PDT 2021


balazske added a comment.

If the `ASTImporter` and parts of `ASTNodeImporter` are made public API then it can be possible to add generation of import code to the **.td** files, this should be the best solution. In similar way, import of `Stmt` and `Expr` nodes can be generated if possible. These imports are mechanical tasks that can be automated, probably with some exceptions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110528



More information about the cfe-commits mailing list