]> granicus.if.org Git - clang/commitdiff
Commit header.
authorTed Kremenek <kremenek@apple.com>
Sat, 7 Feb 2009 22:46:46 +0000 (22:46 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 7 Feb 2009 22:46:46 +0000 (22:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64042 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/PathSensitive/BugReporter.h

index e0c3792323e3a87ae691fe07c92aec50cd93eb64..2fda5c5a9a61378c3bfe9561cf7ca5013ec64c85 100644 (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;