]> granicus.if.org Git - clang/commit
Merging r341775:
authorTom Stellard <tstellar@redhat.com>
Fri, 26 Oct 2018 17:32:52 +0000 (17:32 +0000)
committerTom Stellard <tstellar@redhat.com>
Fri, 26 Oct 2018 17:32:52 +0000 (17:32 +0000)
commit778fb86de1c851b8670bfb689de37368f2243edc
tree7185e4e9ee59308a3ad069bf4a70c65f8ae0b0a4
parent8699d8d8f9aa9959a6c1acd506b04996e3c1bd12
Merging r341775:

------------------------------------------------------------------------
r341775 | rsmith | 2018-09-09 22:32:13 -0700 (Sun, 09 Sep 2018) | 2 lines

Part of PR33222: defer enforcing return type mismatch for dependent
friend function declarations of class templates.
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_70@345409 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaDecl.cpp
test/SemaCXX/friend.cpp