[PATCH] D53757: [ASTImporter] Changed use of Import to Import_New in ASTNodeImporter.

Shafik Yaghmour via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 22 09:56:40 PDT 2019


shafik added inline comments.


================
Comment at: lib/AST/ASTImporter.cpp:3418
 
-  for (const auto *Attr : D->attrs())
-    ToIndirectField->addAttr(Importer.Import(Attr));
----------------
Why is this section of code removed?


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D53757/new/

https://reviews.llvm.org/D53757





More information about the cfe-commits mailing list