summaryrefslogtreecommitdiff
path: root/clang/test/Parser/cxx-default-delete.cpp
AgeCommit message (Expand)Author
2020-01-30PR41991: Accept attributes on defaulted and deleted friends.Richard Smith
2015-07-06When we see something that looks like a constructor with a return type, only ...Richard Smith
2012-02-11Drive-by fix of incorrect diagnostic, and a test case for said diagnostic. Th...Sebastian Redl
2011-11-10PR11148: Fix crash-on-invalid if an invalid member declaration is marked asRichard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-05-13Implement a few basic tests for defaulted and deleted functions.Alexis Hunt