summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/deleted-function.cpp
Commit message (Expand)AuthorAgeFilesLines
* Diagnose uses of deleted destructors and inaccessible defaulted destructors.Richard Smith2012-02-181-1/+23
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Modify some deleted function methods to better reflect reality:Sean Hunt2011-05-061-3/+2
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-1/+1
* Switch default-initialization of variables of class type (or array thereof) o...Douglas Gregor2009-12-201-2/+2
* Initialization improvements: addition of string initialization and a fewEli Friedman2009-12-191-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Issue good diagnostics when initialization failes due toFariborz Jahanian2009-09-151-1/+1
* Add deleted functions and rvalue references to C++ status.Sebastian Redl2009-04-121-0/+2
* Parse deleted member functions. Parsing member declarations goes through a di...Sebastian Redl2009-04-121-0/+12
* Parse deleted function definitions and hook them up to Doug's machinery.Sebastian Redl2009-03-241-0/+22