diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-02-07 22:46:46 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-02-07 22:46:46 +0000 |
commit | 0aadcd4179193fd0e89e3376ff84235eeed503c9 (patch) | |
tree | 1f65d3c757b333af41c9ccb0862fc521a6e0e764 | |
parent | 2a4028b728cc8377b89e0f9b02972e4f94a8fb5b (diff) | |
download | bcm5719-llvm-0aadcd4179193fd0e89e3376ff84235eeed503c9.tar.gz bcm5719-llvm-0aadcd4179193fd0e89e3376ff84235eeed503c9.zip |
Commit header.
llvm-svn: 64042
-rw-r--r-- | clang/include/clang/Analysis/PathSensitive/BugReporter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/include/clang/Analysis/PathSensitive/BugReporter.h b/clang/include/clang/Analysis/PathSensitive/BugReporter.h index e0c3792323e..2fda5c5a9a6 100644 --- a/clang/include/clang/Analysis/PathSensitive/BugReporter.h +++ b/clang/include/clang/Analysis/PathSensitive/BugReporter.h @@ -46,6 +46,7 @@ class ParentMap; // FIXME: Combine this with RangedBugReport and remove RangedBugReport. class BugReport { +protected: BugType& BT; std::string Description; const ExplodedNode<GRState> *EndNode; |