]> granicus.if.org Git - clang/commit
Fix "unsupported friend" diagnostic to also appear for friend functions with dependen...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 29 Sep 2014 05:57:29 +0000 (05:57 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 29 Sep 2014 05:57:29 +0000 (05:57 +0000)
commit7cbd08766ce78cc0735c242fb231dfd933ccad69
treeac36aaef2a7130fbd8efadfd166fe07cb4f4aaf4
parentf1ac6d3a6b43d81a9b3927061e4a71b789d065bf
Fix "unsupported friend" diagnostic to also appear for friend functions with dependent scopes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218590 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
test/CXX/temp/temp.decls/temp.friend/p5.cpp