[all-commits] [llvm/llvm-project] bcefea: [clang][ASTImporter] Add import of thread safety a...
Balázs Kéri via All-commits
all-commits at lists.llvm.org
Tue Oct 5 03:54:09 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bcefea80a40ead1e1fbec2e6fa001dd4816ca5c2
https://github.com/llvm/llvm-project/commit/bcefea80a40ead1e1fbec2e6fa001dd4816ca5c2
Author: Balázs Kéri <1.int32 at gmail.com>
Date: 2021-10-05 (Tue, 05 Oct 2021)
Changed paths:
M clang/lib/AST/ASTImporter.cpp
M clang/unittests/AST/ASTImporterTest.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list