llvm-project/clang/test/CXX/class.derived/class.virtual
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
..
p2.cpp Implement computation of the final overriders for each virtual 2010-03-23 23:47:56 +00:00
p3-0x.cpp PR13499: Don't try to check whether 'override' has been validly applied until 2012-08-06 03:25:17 +00:00
p12.cpp