[Lldb-commits] [PATCH] D113605: [lldb] Add documentation for eEncodingIsSyntheticUID

Luís Ferreira via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 10 12:53:27 PST 2021


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 {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113605.386290.patch
Type: text/x-patch
Size: 639 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211110/00345029/attachment.bin>


More information about the lldb-commits mailing list