aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/class/class.friend/p2.cpp
AgeCommit message (Expand)Author
2011-10-12Switch diagnostic text from "C++0x" over to "C++11".Douglas Gregor
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-09-26Rework the Parse-Sema interaction for friends to better support friendDouglas Gregor
2009-08-06First pass at friend semantics.John McCall