[Lldb-commits] [PATCH] D52604: Clean-up usage of OptionDefinition arrays

Tatyana Krasnukha via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 27 04:49:09 PDT 2018


tatyana-krasnukha added inline comments.


================
Comment at: tools/driver/Driver.cpp:71
 
 typedef struct {
   uint32_t usage_mask; // Used to mark options that can be used together.  If (1
----------------
This type is duplicated here to not break the encapsulation of lldb's private types, am I right?


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D52604





More information about the lldb-commits mailing list