[clang][ASTImporter] Add import of thread safety attributes.
authorBalázs Kéri <1.int32@gmail.com>
Tue, 5 Oct 2021 10:24:34 +0000 (12:24 +0200)
committerBalázs Kéri <1.int32@gmail.com>
Tue, 5 Oct 2021 11:08:31 +0000 (13:08 +0200)
commitbcefea80a40ead1e1fbec2e6fa001dd4816ca5c2
tree7d176f562f046b9986dde71fd28c7c3df5896628
parent471b25e217e635e058bbdbca8c693e2998380a60
[clang][ASTImporter] Add import of thread safety attributes.

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.

Reviewed By: martong

Differential Revision: https://reviews.llvm.org/D110528
clang/lib/AST/ASTImporter.cpp
clang/unittests/AST/ASTImporterTest.cpp