forked from OSchip/llvm-project
parent
2a4028b728
commit
0aadcd4179
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue