commit | ab7c0725f67a6b862607cd0bc124a8b0167ea0d0 | [log] [tgz] |
---|---|---|
author | Zhongxing Xu <xuzhongxing@gmail.com> | Fri Aug 21 02:18:44 2009 +0000 |
committer | Zhongxing Xu <xuzhongxing@gmail.com> | Fri Aug 21 02:18:44 2009 +0000 |
tree | 9ffe3e7f1e19d17190915bf55b4f5aa4442da7ad | |
parent | f07ede5977e41a441d60fefcbed3a97ee434634f [diff] |
Tie the local check NSErrorCheck to a Decl to pave the way to untie the ExplodedGraph from a specific Decl. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79588 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Frontend/AnalysisConsumer.cpp b/lib/Frontend/AnalysisConsumer.cpp index 16639e0..2b718d5 100644 --- a/lib/Frontend/AnalysisConsumer.cpp +++ b/lib/Frontend/AnalysisConsumer.cpp
@@ -304,7 +304,7 @@ if (StandardWarnings) { Eng.RegisterInternalChecks(); - RegisterAppleChecks(Eng); + RegisterAppleChecks(Eng, *mgr.getCodeDecl()); } // Set the graph auditor.