summaryrefslogtreecommitdiff
path: root/test/SemaCXX/constructor-recovery.cpp
AgeCommit message (Expand)Author
2016-05-13Add support for derived class special members hiding functions brought in fromRichard Smith
2009-12-20Switch default-initialization of variables of class type (or array thereof) o...Douglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-13Revert r88718, which does NOT solve the constructor-template-as-copy-construc...Douglas Gregor
2009-11-13A constructor template cannot be instantiated to a copyDouglas Gregor
2009-04-25This is a pretty big cleanup for how invalid decl/type are handle.Chris Lattner
2009-03-27Improve recovery when a constructor fails to type-check. Test case from AndersDouglas Gregor