]> granicus.if.org Git - clang/commit
Add a test for invalid uses of non-static members from nested classes, just
authorJohn McCall <rjmccall@apple.com>
Wed, 5 Aug 2009 23:56:26 +0000 (23:56 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 5 Aug 2009 23:56:26 +0000 (23:56 +0000)
commite9472787be0202e80931d51f108e46dc677cf50c
treef712e8893c5929ebebc7d307a091f8b6ea7fcfe1
parent47a434ff3d49e7906eda88e8e8242e4297725b32
Add a test for invalid uses of non-static members from nested classes, just
because I was thinking about it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78262 91177308-0d34-0410-b5e6-96231b3b80d8
test/CXX/class/class.nest/p1.cpp [new file with mode: 0644]