From 0aadcd4179193fd0e89e3376ff84235eeed503c9 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Sat, 7 Feb 2009 22:46:46 +0000 Subject: [PATCH] Commit header. llvm-svn: 64042 --- clang/include/clang/Analysis/PathSensitive/BugReporter.h | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/include/clang/Analysis/PathSensitive/BugReporter.h b/clang/include/clang/Analysis/PathSensitive/BugReporter.h index e0c3792323e3..2fda5c5a9a61 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 *EndNode;