[PATCH] D53046: [Sema] Fix an error-on-valid with friends and templates

Erik Pilkington via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 9 23:02:56 PDT 2018


erik.pilkington updated this revision to Diff 168939.
erik.pilkington added a comment.

Merge the common pointers rather than trying to use the previous one. Thanks!


https://reviews.llvm.org/D53046

Files:
  clang/include/clang/AST/DeclTemplate.h
  clang/lib/AST/DeclTemplate.cpp
  clang/lib/Sema/SemaDecl.cpp
  clang/test/SemaCXX/friend-template-redecl.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53046.168939.patch
Type: text/x-patch
Size: 3968 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181010/81ca99ef/attachment.bin>


More information about the cfe-commits mailing list