[PATCH] D123685: [clang][ASTImporter] Add isNewDecl

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 13 00:25:03 PDT 2022


martong marked 4 inline comments as done.
martong added inline comments.


================
Comment at: clang/include/clang/AST/ASTImporterSharedState.h:83
+
+  void setNewDecl(Decl *ToD) { NewDecls.insert(ToD); }
 };
----------------
`markAsNewDecl` sounds better, I'll update before commit.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123685



More information about the cfe-commits mailing list