[PATCH] D110528: [clang][ASTImporter] Add import of thread safety attributes.
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 28 03:05:30 PDT 2021
martong added a comment.
In D110528#3026921 <https://reviews.llvm.org/D110528#3026921>, @balazske wrote:
> 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.
Okay, let's keep that to a follow-up patch.
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