aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/class/class.friend/p6.cpp
AgeCommit message (Expand)Author
2013-04-12Parsing support for thread_local and _Thread_local. We give them the sameRichard Smith
2011-10-25Make the -Wc++11-compat warnings ignored by default, so we don't breakDouglas Gregor
2011-10-12Switch diagnostic text from "C++0x" over to "C++11".Douglas Gregor
2011-09-04PR10458: Finesse behaviour of C++0x features when in pre-0x mode. Accept for-...Richard Smith
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-08-06First pass at friend semantics.John McCall