]> granicus.if.org Git - clang/commit
Don't visit implicitly defined functions (default constructors and the
authorCraig Silverstein <csilvers2000@yahoo.com>
Fri, 2 Jul 2010 19:07:50 +0000 (19:07 +0000)
committerCraig Silverstein <csilvers2000@yahoo.com>
Fri, 2 Jul 2010 19:07:50 +0000 (19:07 +0000)
commitd0b982ca5cf685af08d5015e8c2dfae3ecab1a0b
tree7ab94bee0732a0d3ef9e2cc7d57f54a9d19261b7
parent23c94dbb6631fecdb55ba401aa93722803d980c6
Don't visit implicitly defined functions (default constructors and the
like).  Our goal with this visitor is to visit exactly what people type.

Reviewed by chandlerc.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107497 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/RecursiveASTVisitor.h