[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
Mon Sep 27 03:16:00 PDT 2021
balazske created this revision.
Herald added subscribers: steakhal, whisperity, martong, teemperor, gamesh411, Szelethus, dkrupp.
Herald added a reviewer: a.sidorin.
Herald added a reviewer: shafik.
balazske requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Attributes of "C/C++ Thread safety attributes" section in Attr.td
are added to ASTImporter. The not added attributes from this section
do not need special import handling.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D110528
Files:
clang/lib/AST/ASTImporter.cpp
clang/unittests/AST/ASTImporterTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110528.375189.patch
Type: text/x-patch
Size: 12399 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210927/d2c740fc/attachment-0001.bin>
More information about the cfe-commits
mailing list