]> granicus.if.org Git - clang/commit
Egregious, disgusting workaround for PR5866. We need to rework how we
authorDouglas Gregor <dgregor@apple.com>
Thu, 24 Dec 2009 20:56:24 +0000 (20:56 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 24 Dec 2009 20:56:24 +0000 (20:56 +0000)
commit7557a1348d2821dce126a778aa7acd7a00b814fd
treee7901752fdec64d894f0544249fbdc1fef46a527
parentd2490a91341b57df7a7e54f8a707e7ecde2eeb4e
Egregious, disgusting workaround for PR5866. We need to rework how we
keep track of friends within templates, which will provide a real for
PR5866. For now, this makes sure we don't do something entirely stupid
with friends of specializations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92143 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclCXX.h
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp