[analyzer] Do not walk the types for call graph construction.

llvm-svn: 156661
This commit is contained in:
Anna Zaks 2012-05-11 23:15:18 +00:00
parent 5983aa67d5
commit e7e7c9ebf9
1 changed files with 1 additions and 0 deletions

View File

@ -246,6 +246,7 @@ public:
SetOfConstDecls *VisitedCallees);
/// Visitors for the RecursiveASTVisitor.
bool shouldWalkTypesOfTypeLocs() const { return false; }
/// Handle callbacks for arbitrary Decls.
bool VisitDecl(Decl *D) {