@@ -430,28 +430,28 @@ DynamicCast.cpp:
430430#-----| Conversion = [BaseClassConversion] base class conversion
431431#-----| Type = [PointerType] Base *
432432#-----| ValueCategory = prvalue
433- #----- | expr: [ThisExpr] this
434- #----- | Type = [PointerType] Derived *
435- #----- | ValueCategory = prvalue(load)
433+ # 4 | expr: [ThisExpr] this
434+ # 4 | Type = [PointerType] Derived *
435+ # 4 | ValueCategory = prvalue(load)
436436#-----| 0: [ReferenceToExpr] (reference to)
437437#-----| Type = [LValueReferenceType] const Base &
438438#-----| ValueCategory = prvalue
439- #----- | expr: [PointerDereferenceExpr] * ...
440- #----- | Type = [SpecifiedType] const Base
441- #----- | ValueCategory = lvalue
439+ # 4 | expr: [PointerDereferenceExpr] * ...
440+ # 4 | Type = [SpecifiedType] const Base
441+ # 4 | ValueCategory = lvalue
442442#-----| 0: [CStyleCast] (const Base *)...
443443#-----| Conversion = [BaseClassConversion] base class conversion
444444#-----| Type = [PointerType] const Base *
445445#-----| ValueCategory = prvalue
446- #----- | expr: [AddressOfExpr] & ...
447- #----- | Type = [PointerType] const Derived *
448- #----- | ValueCategory = prvalue
446+ # 4 | expr: [AddressOfExpr] & ...
447+ # 4 | Type = [PointerType] const Derived *
448+ # 4 | ValueCategory = prvalue
449449#-----| 0: [ReferenceDereferenceExpr] (reference dereference)
450450#-----| Type = [SpecifiedType] const Derived
451451#-----| ValueCategory = lvalue
452- #----- | expr: [VariableAccess] p#0
453- #----- | Type = [LValueReferenceType] const Derived &
454- #----- | ValueCategory = prvalue(load)
452+ # 4 | expr: [VariableAccess] p#0
453+ # 4 | Type = [LValueReferenceType] const Derived &
454+ # 4 | ValueCategory = prvalue(load)
455455#-----| 1: [ReturnStmt] return ...
456456#-----| 0: [ReferenceToExpr] (reference to)
457457#-----| Type = [LValueReferenceType] Derived &
@@ -1248,9 +1248,9 @@ union_etc.cpp:
12481248# 6| 0: [PointerFieldAccess] x
12491249# 6| Type = [IntType] int
12501250# 6| ValueCategory = lvalue
1251- #----- | -1: [ThisExpr] this
1252- #----- | Type = [PointerType] S *
1253- #----- | ValueCategory = prvalue(load)
1251+ # 6 | -1: [ThisExpr] this
1252+ # 6 | Type = [PointerType] S *
1253+ # 6 | ValueCategory = prvalue(load)
12541254# 6| 1: [VariableAccess] val
12551255# 6| Type = [IntType] int
12561256# 6| ValueCategory = prvalue(load)
@@ -1431,9 +1431,9 @@ union_etc.cpp:
14311431# 33| 0: [PointerFieldAccess] q
14321432# 33| Type = [IntType] int
14331433# 33| ValueCategory = lvalue
1434- #----- | -1: [ThisExpr] this
1435- #----- | Type = [PointerType] T *
1436- #----- | ValueCategory = prvalue(load)
1434+ # 33 | -1: [ThisExpr] this
1435+ # 33 | Type = [PointerType] T *
1436+ # 33 | ValueCategory = prvalue(load)
14371437# 33| 1: [VariableAccess] val
14381438# 33| Type = [IntType] int
14391439# 33| ValueCategory = prvalue(load)
0 commit comments