[cfe-commits] r67594 - in /cfe/trunk: include/clang/AST/DeclVisitor.h lib/Sema/Sema.h lib/Sema/SemaDecl.cpp lib/Sema/SemaDeclCXX.cpp lib/Sema/SemaExprCXX.cpp lib/Sema/SemaTemplateInstantiateDecl.cpp test/SemaCXX/abstract.cpp

Mike Stump mrs at apple.com
Mon Mar 23 19:29:50 PDT 2009


On Mar 23, 2009, at 6:19 PM, Anders Carlsson wrote:
> This is done by recursively traversing the abstract class and  
> checking the types of member functions.

I'm not a bit fan of recursive walks, too slow.  If I were, I'd say,  
for a single true bit, we should short circuit out.




More information about the cfe-commits mailing list