aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/special/class.free/p6.cpp
AgeCommit message (Expand)Author
2012-04-05Improve diagnostics for invalid use of non-static members / this:Richard Smith
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-11Improve diagnostics for malformed delete operator function declarations.Anders Carlsson
2009-11-15Deallocation functions must also be static.Anders Carlsson