[PATCH] D110810: [clang][ASTImporter] Simplify code of attribute import.

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 30 03:57:30 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.

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.)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D110810

Files:
  clang/lib/AST/ASTImporter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110810.376151.patch
Type: text/x-patch
Size: 11575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210930/ebd0e286/attachment.bin>


More information about the cfe-commits mailing list