summaryrefslogtreecommitdiffstats
path: root/test/Parser/cxx-friend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Lit C++11 Compatibility Patch #8Charles Li2016-04-141-3/+16
* Sema: Implement DR317David Majnemer2014-03-301-1/+1
* Check "late parsed" friend functions for redefinitionAlp Toker2013-10-181-0/+4
* Tweak the diagnostics for the C++0x extensions to friend types to noteDouglas Gregor2011-05-101-3/+3
* Improve handling of friend types in several ways:Douglas Gregor2010-04-071-3/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* fix a crash on invalid I found when working on something unrelated.Chris Lattner2009-12-071-0/+8
* Rework the Parse-Sema interaction for friends to better support friendDouglas Gregor2009-09-261-2/+2
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-1/+1
* First pass at friend semantics.John McCall2009-08-061-2/+17
* For friend class decls, always use TK_Reference so we'll try to look up exist...Anders Carlsson2009-05-111-0/+12
* Add parsing of friend specifiers.Anders Carlsson2009-05-061-0/+5