summaryrefslogtreecommitdiff
path: root/test/SemaCXX/deleted-function.cpp
Commit message (Expand)AuthorAge
* Fix rejects-valid: explicit specialization of redeclared deleted function tem...David Blaikie2012-07-16
* Avoid redundant error when redefining a function as deleted.David Blaikie2012-06-29
* PR12937: Explicitly deleting an explicit template specialization.David Blaikie2012-06-25
* Diagnose uses of deleted destructors and inaccessible defaulted destructors.Richard Smith2012-02-18
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-13
* Modify some deleted function methods to better reflect reality:Sean Hunt2011-05-06
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-10
* Switch default-initialization of variables of class type (or array thereof) o...Douglas Gregor2009-12-20
* Initialization improvements: addition of string initialization and a fewEli Friedman2009-12-19
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* Issue good diagnostics when initialization failes due toFariborz Jahanian2009-09-15
* Add deleted functions and rvalue references to C++ status.Sebastian Redl2009-04-12
* Parse deleted member functions. Parsing member declarations goes through a di...Sebastian Redl2009-04-12
* Parse deleted function definitions and hook them up to Doug's machinery.Sebastian Redl2009-03-24