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 | 7a9bb52171f962d51ab13c1e012d2236feb9558d (patch) | |
tree | 621f2ae00165146442146d3161569d6ec271750b /include/clang/Analysis/PathSensitive/BugReporter.h | |
parent | d305721d5804edc9942c752d085831ab3556a3ee (diff) |
Commit header.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64042 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Analysis/PathSensitive/BugReporter.h')
-rw-r--r-- | include/clang/Analysis/PathSensitive/BugReporter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Analysis/PathSensitive/BugReporter.h b/include/clang/Analysis/PathSensitive/BugReporter.h index e0c3792323..2fda5c5a9a 100644 --- a/include/clang/Analysis/PathSensitive/BugReporter.h +++ b/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; |