Make llvm::Consumer a class (to remove a MSVC warning since Consumer is later forward...
[oota-llvm.git] / tools / llvm-diff / DiffConsumer.h
index e5510ccee5a79cea9b1b18643e7702d3947e6cd4..b95d42713a643c5d818f8e21b0f1cb934905d53e 100644 (file)
@@ -28,7 +28,8 @@ namespace llvm {
   class Function;
 
   /// The interface for consumers of difference data.
-  struct Consumer {
+  class Consumer {
+  public:
     /// Record that a local context has been entered.  Left and
     /// Right are IR "containers" of some sort which are being
     /// considered for structural equivalence: global variables,