aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaCXX/implicit-member-functions.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-02-23Add context note to diagnostics that occur while declaring an implicit specia...Richard Smith1-1/+2
2014-01-11Use the appropriate SourceLocation for the template backtrace when doingNick Lewycky1-1/+1
2012-11-29The declaration of a special member can require overload resolution to beRichard Smith1-1/+68
2011-05-10Re-do R131114 without breaking code.Alexis Hunt1-1/+1
2010-07-08When looking for an entity's Scope, don't consider scopes that can't contain ...Sebastian Redl1-0/+11
2010-04-13Allow classes to befriend implicitly-declared members. Fixes PR6207 forJohn McCall1-4/+4
2010-04-12When creating the implicitly-declared special member functions, beDouglas Gregor1-0/+27
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-12-04Diagnose declarations of implicit member functions.Anders Carlsson1-0/+14