diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-07-29 16:41:30 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-07-29 16:41:30 +0000 |
commit | a8ea595509f33834091fb9e3234a373f83d709a8 (patch) | |
tree | 083004a39520082ad3caba6186c23d41ffb4ee6a /lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp | |
parent | cc0bc941d4ebd0275fe206d78f395822258e73bc (diff) | |
download | bcm5719-llvm-a8ea595509f33834091fb9e3234a373f83d709a8.tar.gz bcm5719-llvm-a8ea595509f33834091fb9e3234a373f83d709a8.zip |
[lldb] Also include the array definition in Properties.inc
Right now our Properties.inc only generates the initializer for the
options list but not the array declaration boilerplate around it. As the
array definition is identical for all arrays, we might as well also let
the Properties.inc generate it alongside the initializers.
Unfortunately we cannot do the same for enums, as there's this magic
ePropertyExperimental, which needs to come at the end to be interpreted
correctly. Hopefully we can get rid of this in the future and do the
same for the property enums.
Differential revision: https://reviews.llvm.org/D65353
llvm-svn: 367238
Diffstat (limited to 'lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp')
0 files changed, 0 insertions, 0 deletions