summaryrefslogtreecommitdiff
path: root/test/SemaCXX/deleted-function.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR22673 again: diagnose use of the used decl, not the found decl. This is alsoRichard Smith2015-02-241-0/+6
* PR22673: Don't forget to check a constructor for deletedness when we use it toRichard Smith2015-02-241-2/+2
* Add test that we reject invocations of deleted constructors. One of theseRichard Smith2015-02-241-0/+22
* Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek2013-12-181-3/+3
* Fix rejects-valid: explicit specialization of redeclared deleted function tem...David Blaikie2012-07-161-3/+2
* Avoid redundant error when redefining a function as deleted.David Blaikie2012-06-291-0/+3
* PR12937: Explicitly deleting an explicit template specialization.David Blaikie2012-06-251-0/+8
* 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