[clang][ASTImporter] Simplify code of attribute import [NFC].
authorBalázs Kéri <1.int32@gmail.com>
Thu, 7 Oct 2021 07:48:06 +0000 (09:48 +0200)
committerBalázs Kéri <1.int32@gmail.com>
Thu, 7 Oct 2021 11:07:21 +0000 (13:07 +0200)
commitb7ac68d01ef9a126ea0eb26b3526a78c9d39533a
tree0387c8d4a95494f7e379b01511e619ee7ea79430
parentbf916cdbd25db138baa7dd9a1a6bfe40005c481c
[clang][ASTImporter] Simplify code of attribute import [NFC].

The code of `ASTImporter::Import(const Attr *)` was repetitive,
it is now simplified. (There is still room for improvement but
probably only after big changes.)

Reviewed By: martong, steakhal

Differential Revision: https://reviews.llvm.org/D110810
clang/lib/AST/ASTImporter.cpp