[PATCH] D48722: [ASTImporter] Update isUsed flag at Decl import.

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 3 00:50:16 PDT 2018


balazske added a comment.

Originally this change was made after the patch in https://reviews.llvm.org/D47632 was done. It is here back-ported to the state before it. I like the idea of integrating this change into https://reviews.llvm.org/D47632. (This is a new functionality: Attributes are updated when something is found to be already imported, in contrast to copy of the attributes when a new object is created.)


Repository:
  rC Clang

https://reviews.llvm.org/D48722





More information about the cfe-commits mailing list