aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/class/class.nest/p1.cpp
AgeCommit message (Expand)Author
2012-04-05Improve diagnostics for invalid use of non-static members / this:Richard Smith
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2010-11-26Allow access to non-static members without an object in sizeof expressions, i...Sebastian Redl
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-08-06AlisdairM pointed out that this will likely be relaxed in C++0x, so let'sJohn McCall
2009-08-05Add a test for invalid uses of non-static members from nested classes, justJohn McCall