diff --git a/clang/lib/AST/ByteCode/Pointer.h b/clang/lib/AST/ByteCode/Pointer.h index 49d701c3e27b6..9e67374c3354f 100644 --- a/clang/lib/AST/ByteCode/Pointer.h +++ b/clang/lib/AST/ByteCode/Pointer.h @@ -75,7 +75,7 @@ enum class Storage { Block, Int, Fn, Typeid }; /// data the pointer decribes can be found at /// Pointee->rawData() + Pointer.Offset. /// -/// +/// \verbatim /// Pointee Offset /// │ │ /// │ │ @@ -87,6 +87,7 @@ enum class Storage { Block, Int, Fn, Typeid }; /// │ /// │ /// Base +/// \endverbatim class Pointer { private: static constexpr unsigned PastEndMark = ~0u;