]> granicus.if.org Git - clang/commitdiff
[analyzer] Do not walk the types for call graph construction.
authorAnna Zaks <ganna@apple.com>
Fri, 11 May 2012 23:15:18 +0000 (23:15 +0000)
committerAnna Zaks <ganna@apple.com>
Fri, 11 May 2012 23:15:18 +0000 (23:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156661 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp

index d79ac04a238ecc42420d00ef3aa8f8dae43445bd..993d8414906340a4b5b0b5803a5cc3bb4d7bdfb4 100644 (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) {