Skip to content

Commit d5433ef

Browse files
Merge branch 'main' into aditya/disable-gsplit-dwarf
2 parents 0c187c9 + c60972a commit d5433ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/AST/ByteCode/Pointer.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ enum class Storage { Block, Int, Fn, Typeid };
7575
/// data the pointer decribes can be found at
7676
/// Pointee->rawData() + Pointer.Offset.
7777
///
78-
///
78+
/// \verbatim
7979
/// Pointee Offset
8080
/// │ │
8181
/// │ │
@@ -87,6 +87,7 @@ enum class Storage { Block, Int, Fn, Typeid };
8787
/// │
8888
/// │
8989
/// Base
90+
/// \endverbatim
9091
class Pointer {
9192
private:
9293
static constexpr unsigned PastEndMark = ~0u;

0 commit comments

Comments
 (0)