diff options
| author | Ted Kremenek <kremenek@apple.com> | 2008-03-27 21:15:17 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2008-03-27 21:15:17 +0000 |
| commit | 27156c8c9f791741a5ee3a76d0aac94e3be55f54 (patch) | |
| tree | b3be094635a9fe40880f87dfbbf7eb0439a999e7 /clang/lib/Analysis/GRSimpleVals.cpp | |
| parent | f740509e587133497c320c426ee6b85c0473bea1 (diff) | |
| download | bcm5719-llvm-27156c8c9f791741a5ee3a76d0aac94e3be55f54.tar.gz bcm5719-llvm-27156c8c9f791741a5ee3a76d0aac94e3be55f54.zip | |
Hooked up initial NSString interface checking to GRSimpleVals.
llvm-svn: 48895
Diffstat (limited to 'clang/lib/Analysis/GRSimpleVals.cpp')
| -rw-r--r-- | clang/lib/Analysis/GRSimpleVals.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/GRSimpleVals.cpp b/clang/lib/Analysis/GRSimpleVals.cpp index 520f6246bfe..94cedc03529 100644 --- a/clang/lib/Analysis/GRSimpleVals.cpp +++ b/clang/lib/Analysis/GRSimpleVals.cpp @@ -167,7 +167,7 @@ unsigned RunGRSimpleVals(CFG& cfg, Decl& CD, ASTContext& Ctx, CheckerState->undef_receivers_end(), "Receiver in message expression is an uninitialized value."); - + FoundationCheck.get()->ReportResults(Diag); #ifndef NDEBUG if (Visualize) CheckerState->ViewGraph(TrimGraph); #endif |

