summaryrefslogtreecommitdiffstats
path: root/test/CXX/class/class.nest/p1.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve diagnostics for invalid use of non-static members / this:Richard Smith2012-04-051-2/+2
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-2/+2
* Allow access to non-static members without an object in sizeof expressions, i...Sebastian Redl2010-11-261-3/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* AlisdairM pointed out that this will likely be relaxed in C++0x, so let'sJohn McCall2009-08-061-0/+3
* Add a test for invalid uses of non-static members from nested classes, justJohn McCall2009-08-051-0/+11