[cfe-commits] r64042 - /cfe/trunk/include/clang/Analysis/PathSensitive/BugReporter.h

Ted Kremenek kremenek at apple.com
Sat Feb 7 14:46:46 PST 2009


Author: kremenek
Date: Sat Feb  7 16:46:46 2009
New Revision: 64042

URL: http://llvm.org/viewvc/llvm-project?rev=64042&view=rev
Log:
Commit header.

Modified:
    cfe/trunk/include/clang/Analysis/PathSensitive/BugReporter.h

Modified: cfe/trunk/include/clang/Analysis/PathSensitive/BugReporter.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Analysis/PathSensitive/BugReporter.h?rev=64042&r1=64041&r2=64042&view=diff

==============================================================================
--- cfe/trunk/include/clang/Analysis/PathSensitive/BugReporter.h (original)
+++ cfe/trunk/include/clang/Analysis/PathSensitive/BugReporter.h Sat Feb  7 16:46:46 2009
@@ -46,6 +46,7 @@
   
 // FIXME: Combine this with RangedBugReport and remove RangedBugReport.
 class BugReport {
+protected:
   BugType& BT;
   std::string Description;
   const ExplodedNode<GRState> *EndNode;





More information about the cfe-commits mailing list