[PATCH] D75740: [ASTImporter] Corrected import of repeated friend declarations.

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 10 05:12:15 PDT 2020


balazske updated this revision to Diff 249317.
balazske marked an inline comment as done.
balazske added a comment.

Removed code repetition.
Using `const char *` instead of `auto`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75740

Files:
  clang/lib/AST/ASTImporter.cpp
  clang/unittests/AST/ASTImporterTest.cpp
  clang/unittests/AST/StructuralEquivalenceTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75740.249317.patch
Type: text/x-patch
Size: 7658 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200310/9640fb8c/attachment-0001.bin>


More information about the cfe-commits mailing list