commit | 5ab128b02d3b10413fb30738ec9f401dcfb47252 | [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 | b9871a253d351e8776cfa5483d6330d5dffe4562 [diff] [blame] |
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.