summaryrefslogtreecommitdiff
path: root/test/SemaCXX/implicit-member-functions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add context note to diagnostics that occur while declaring an implicit specia...Richard Smith2017-02-231-1/+2
* Use the appropriate SourceLocation for the template backtrace when doingNick Lewycky2014-01-111-1/+1
* The declaration of a special member can require overload resolution to beRichard Smith2012-11-291-1/+68
* Re-do R131114 without breaking code.Sean Hunt2011-05-101-1/+1
* When looking for an entity's Scope, don't consider scopes that can't contain ...Sebastian Redl2010-07-081-0/+11
* Allow classes to befriend implicitly-declared members. Fixes PR6207 forJohn McCall2010-04-131-4/+4
* When creating the implicitly-declared special member functions, beDouglas Gregor2010-04-121-0/+27
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Diagnose declarations of implicit member functions.Anders Carlsson2009-12-041-0/+14