From: Ted Kremenek Date: Sat, 7 Feb 2009 22:46:46 +0000 (+0000) Subject: Commit header. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a9bb52171f962d51ab13c1e012d2236feb9558d;p=clang Commit header. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64042 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 *EndNode;