hanchenye-llvm-project/clang/test/CXX/class.derived
Richard Smith 18f07db183 PR13499: Don't try to check whether 'override' has been validly applied until
we know whether the function is virtual. But check it as soon as we do know;
in some cases we don't need to wait for an instantiation.

llvm-svn: 161316
2012-08-06 03:25:17 +00:00
..
class.abstract
class.member.lookup Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
class.virtual PR13499: Don't try to check whether 'override' has been validly applied until 2012-08-06 03:25:17 +00:00
p1.cpp Handle redundant 'typename' on base class specifications. 2011-10-25 18:46:41 +00:00
p2.cpp