summaryrefslogtreecommitdiff
path: root/test/Parser/cxx-friend.cpp
AgeCommit message (Expand)Author
2016-04-14Lit C++11 Compatibility Patch #8Charles Li
2014-03-30Sema: Implement DR317David Majnemer
2013-10-18Check "late parsed" friend functions for redefinitionAlp Toker
2011-05-10Tweak the diagnostics for the C++0x extensions to friend types to noteDouglas Gregor
2010-04-07Improve handling of friend types in several ways:Douglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-07fix a crash on invalid I found when working on something unrelated.Chris Lattner
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