[PATCH] D21767: Fix instantiation of friend function templates

Serge Pavlov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 25 05:04:39 PDT 2017


sepavloff updated this revision to Diff 116484.
sepavloff edited the summary of this revision.
sepavloff added a comment.

Added regression test for PR34343

Investigation of this defect is presented in https://bugs.llvm.org/show_bug.cgi?id=34343 .


https://reviews.llvm.org/D21767

Files:
  include/clang/AST/ASTLambda.h
  include/clang/AST/Decl.h
  include/clang/Sema/Sema.h
  lib/AST/Decl.cpp
  lib/Sema/SemaTemplateInstantiate.cpp
  lib/Sema/SemaTemplateInstantiateDecl.cpp
  test/SemaTemplate/instantiate-friend-function.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21767.116484.patch
Type: text/x-patch
Size: 29850 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170925/24b71639/attachment-0001.bin>


More information about the cfe-commits mailing list