[cfe-dev] collecting source code information
Dominik Grewe
dominik.grewe at gmail.com
Wed Jun 30 01:47:44 PDT 2010
Stefan Seefeld <stefan.seefeld at ...> writes:
> Where can I find RecursiveASTVisitor.hpp ? It's referred to as
> lib/AST/RecursiveASTVisitor.hpp in the above BoostConAction.cpp, but I
> can't see any such file in
> http://llvm.org/svn/llvm-project/cfe/trunk/lib/AST/.
It's part of clang, not LLVM. Check out the clang repository (see
clang.llvm.org) and you'll find the RecursiveASTVisitor.h in
include/clang/AST/RecursiveASTVisitor.h
More information about the cfe-dev
mailing list