aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/cxx-friend.cpp
AgeCommit message (Expand)Author
2009-09-26Rework the Parse-Sema interaction for friends to better support friendDouglas Gregor
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-06First pass at friend semantics.John McCall
2009-05-11For friend class decls, always use TK_Reference so we'll try to look up exist...Anders Carlsson
2009-05-06Add parsing of friend specifiers.Anders Carlsson