]> granicus.if.org Git - clang/commitdiff
Replace weird whitespace symbols with good old spaces
authorTimur Iskhodzhanov <timurrrr@google.com>
Fri, 14 Nov 2014 14:16:34 +0000 (14:16 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Fri, 14 Nov 2014 14:16:34 +0000 (14:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@221997 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/VTableBuilder.cpp

index 14a174ede6e3fb69fd67cf13b57b27c028c90579..48135461385c05c6274829f316e9508d0c4c64c8 100644 (file)
@@ -2658,13 +2658,13 @@ static bool BaseInSet(const CXXBaseSpecifier *Specifier,
 //
 // Record layouts:
 //   struct A:
-//   0 |   (A vftable pointer)
+//   0 |   (A vftable pointer)
 //   4 |   int x
 //
 //   struct B:
-//   0 |   (B vbtable pointer)
-//   4 |   struct A (virtual base)
-//   4 |     (A vftable pointer)
+//   0 |   (B vbtable pointer)
+//   4 |   struct A (virtual base)
+//   4 |     (A vftable pointer)
 //   8 |     int x
 //
 // Let's assume we have a pointer to the A part of an object of dynamic type B: