[all-commits] [llvm/llvm-project] b7ac68: [clang][ASTImporter] Simplify code of attribute im...
Balázs Kéri via All-commits
all-commits at lists.llvm.org
Thu Oct 7 03:53:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b7ac68d01ef9a126ea0eb26b3526a78c9d39533a
https://github.com/llvm/llvm-project/commit/b7ac68d01ef9a126ea0eb26b3526a78c9d39533a
Author: Balázs Kéri <1.int32 at gmail.com>
Date: 2021-10-07 (Thu, 07 Oct 2021)
Changed paths:
M clang/lib/AST/ASTImporter.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list