]> granicus.if.org Git - clang/commitdiff
Change two class forward declarations to struct forward declarations, silencing a...
authorDouglas Gregor <dgregor@apple.com>
Wed, 24 Mar 2010 16:59:08 +0000 (16:59 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 24 Mar 2010 16:59:08 +0000 (16:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99405 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/Mangle.h

index 759cfc3beffbcf927127c8582744cdea5f3ac96d..34b2ab46bb73c86b5ac9600e5eae819e9827453c 100644 (file)
@@ -34,8 +34,8 @@ namespace clang {
   class VarDecl;
 
 namespace CodeGen {
-  class ThisAdjustment;
-  class ThunkInfo;
+  struct ThisAdjustment;
+  struct ThunkInfo;
   class CovariantThunkAdjustment;
   class ThunkAdjustment;