[PATCH] D16989: Change interpretation of function definition in friend declaration of template class.
Serge Pavlov via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 19 12:52:31 PDT 2016
sepavloff updated this revision to Diff 61220.
sepavloff added a comment.
Updated patch
Added handling of FunctionTemplateDecl to shouldLinkDependentDeclWithPrevious. It is not
used now but is required for subsequent patch. Also position comment correctly.
http://reviews.llvm.org/D16989
Files:
include/clang/Sema/Sema.h
lib/Sema/SemaDecl.cpp
test/SemaCXX/PR25848.cpp
test/SemaCXX/friend2.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16989.61220.patch
Type: text/x-patch
Size: 7215 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160619/6153401b/attachment.bin>
More information about the cfe-commits
mailing list