[Lldb-commits] [PATCH] D113605: [lldb] Fix documentation for EncodingDataType

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 11 06:33:04 PST 2021


teemperor accepted this revision.
teemperor added a comment.
This revision is now accepted and ready to land.

LGTM, thanks!



================
Comment at: lldb/include/lldb/Symbol/Type.h:69
   enum EncodingDataType {
+    /// Invalid encoding
     eEncodingInvalid,
----------------
nit: LLVM comments end in a period.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113605/new/

https://reviews.llvm.org/D113605



More information about the lldb-commits mailing list