]> granicus.if.org Git - clang/commit
For friend class decls, always use TK_Reference so we'll try to look up existing...
authorAnders Carlsson <andersca@mac.com>
Mon, 11 May 2009 22:25:03 +0000 (22:25 +0000)
committerAnders Carlsson <andersca@mac.com>
Mon, 11 May 2009 22:25:03 +0000 (22:25 +0000)
commit5dc2af12bdb8c71c01556f7d5780c5ef94af0306
treefd87567cde5ab6af7a39da356c714e8ea6a0988f
parente88a170da9219ef6a62d2182560c4de2ebffbd59
For friend class decls, always use TK_Reference so we'll try to look up existing class decls first.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71481 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseDeclCXX.cpp
test/Parser/cxx-friend.cpp