This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 76adb0e29 I added CFLAGS etc to one part of the project file I should n [...] new 777dd7150 Move option parsing out of the Args class
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/Interpreter/Args.h | 53 +-- include/lldb/Interpreter/Options.h | 106 ++--- .../functionalities/completion/TestCompletion.py | 47 +- source/Commands/CommandObjectSettings.cpp | 2 +- source/Interpreter/Args.cpp | 527 --------------------- source/Interpreter/CommandAlias.cpp | 17 +- source/Interpreter/CommandObject.cpp | 33 +- source/Interpreter/Options.cpp | 524 ++++++++++++++++++++ .../DarwinLog/StructuredDataDarwinLog.cpp | 16 +- 9 files changed, 612 insertions(+), 713 deletions(-)