Commit header.

llvm-svn: 64042
This commit is contained in:
Ted Kremenek 2009-02-07 22:46:46 +00:00
parent 2a4028b728
commit 0aadcd4179
1 changed files with 1 additions and 0 deletions

View File

@ -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;