llvm-project/clang/test/CXX/class/class.nest
Richard Smith fa0a1f531f Improve diagnostics for invalid use of non-static members / this:
* s/nonstatic/non-static/ in the diagnostics, since the latter form outvoted
  the former by 28-2 in our diagnostics.
* Fix the "use of member in static member function" diagnostic to correctly
  detect this situation inside a block or lambda.
* Produce a more specific "invalid use of non-static member" diagnostic for
  the case where a nested class member refers to a member of a
  lexically-surrounding class.

llvm-svn: 154073
2012-04-05 01:13:04 +00:00
..
p1-cxx0x.cpp Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
p1.cpp Improve diagnostics for invalid use of non-static members / this: 2012-04-05 01:13:04 +00:00
p3.cpp Make Decl::isOutOfLine() virtual, and use that to determine when definitions 2010-02-21 07:08:09 +00:00