aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/implicit-member-functions.cpp
AgeCommit message (Expand)Author
2012-11-29The declaration of a special member can require overload resolution to beRichard Smith
2011-05-10Re-do R131114 without breaking code.Sean Hunt
2010-07-08When looking for an entity's Scope, don't consider scopes that can't contain ...Sebastian Redl
2010-04-13Allow classes to befriend implicitly-declared members. Fixes PR6207 forJohn McCall
2010-04-12When creating the implicitly-declared special member functions, beDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-04Diagnose declarations of implicit member functions.Anders Carlsson