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