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 e0c3792..2fda5c5 100644
--- a/include/clang/Analysis/PathSensitive/BugReporter.h
+++ b/include/clang/Analysis/PathSensitive/BugReporter.h
@@ -46,6 +46,7 @@
   
 // FIXME: Combine this with RangedBugReport and remove RangedBugReport.
 class BugReport {
+protected:
   BugType& BT;
   std::string Description;
   const ExplodedNode<GRState> *EndNode;