ljmf00 created this revision. ljmf00 requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits.
Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D113605 Files: lldb/include/lldb/Symbol/Type.h Index: lldb/include/lldb/Symbol/Type.h =================================================================== --- lldb/include/lldb/Symbol/Type.h +++ lldb/include/lldb/Symbol/Type.h @@ -84,7 +84,8 @@ /// whose UID is m_encoding_uid, eEncodingIsAtomicUID, ///< This type is the type whose UID is /// m_encoding_uid as an atomic type. - eEncodingIsSyntheticUID + eEncodingIsSyntheticUID ///< This type is the synthetic type whose UID is + /// m_encoding_uid }; enum class ResolveState : unsigned char {
Index: lldb/include/lldb/Symbol/Type.h =================================================================== --- lldb/include/lldb/Symbol/Type.h +++ lldb/include/lldb/Symbol/Type.h @@ -84,7 +84,8 @@ /// whose UID is m_encoding_uid, eEncodingIsAtomicUID, ///< This type is the type whose UID is /// m_encoding_uid as an atomic type. - eEncodingIsSyntheticUID + eEncodingIsSyntheticUID ///< This type is the synthetic type whose UID is + /// m_encoding_uid }; enum class ResolveState : unsigned char {
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits