forked from OSchip/llvm-project
Replace weird whitespace symbols with good old spaces
llvm-svn: 221997
This commit is contained in:
parent
46a18efa5a
commit
4d28002728
|
@ -2658,13 +2658,13 @@ static bool BaseInSet(const CXXBaseSpecifier *Specifier,
|
||||||
//
|
//
|
||||||
// Record layouts:
|
// Record layouts:
|
||||||
// struct A:
|
// struct A:
|
||||||
// 0 | (A vftable pointer)
|
// 0 | (A vftable pointer)
|
||||||
// 4 | int x
|
// 4 | int x
|
||||||
//
|
//
|
||||||
// struct B:
|
// struct B:
|
||||||
// 0 | (B vbtable pointer)
|
// 0 | (B vbtable pointer)
|
||||||
// 4 | struct A (virtual base)
|
// 4 | struct A (virtual base)
|
||||||
// 4 | (A vftable pointer)
|
// 4 | (A vftable pointer)
|
||||||
// 8 | int x
|
// 8 | int x
|
||||||
//
|
//
|
||||||
// Let's assume we have a pointer to the A part of an object of dynamic type B:
|
// Let's assume we have a pointer to the A part of an object of dynamic type B:
|
||||||
|
|
Loading…
Reference in New Issue