forked from OSchip/llvm-project
[analyzer] Do not walk the types for call graph construction.
llvm-svn: 156661
This commit is contained in:
parent
5983aa67d5
commit
e7e7c9ebf9
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue