llvm-project/lldb/tools/driver
Jonas Devlieghere fb3e58920d [Driver] Simplify OptionData. NFC
Hopefully this makes the option data easier to understand and maintain.

 - Group the member variables.
 - Do the initialization in the header as it's less error prone.
 - Rename the Clean method. It was called only once and was
   re-initializing some but not all (?) members. The only useful thing it
   does is dealing with the local lldbinit file so keep that and make the
   name reflect that.

llvm-svn: 348894
2018-12-11 20:19:53 +00:00
..
CMakeLists.txt Remove getopt includes from the driver 2018-11-29 10:45:41 +00:00
Driver.cpp [Driver] Simplify OptionData. NFC 2018-12-11 20:19:53 +00:00
Driver.h [Driver] Simplify OptionData. NFC 2018-12-11 20:19:53 +00:00
Options.td [Reproducers] Change how reproducers are initialized. 2018-12-03 17:28:29 +00:00
Platform.cpp Another windows build fix 2017-01-06 13:07:09 +00:00
Platform.h Fix windows build broken by r347846 2018-11-29 11:53:12 +00:00
lldb-Info.plist Update the INFOPLIST_FILE setting in the xcode project file 2016-03-24 22:27:52 +00:00