This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 4396b4ed9 Fix problem with r362192 new ab560f595 [FormatEntity] Ignore ASCII escape sequences when colors are [...]
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/Core/FormatEntity.h | 2 +- lit/Settings/Inputs/main.c | 2 ++ lit/Settings/TestFrameFormatColor.test | 12 ++++++++++++ lit/Settings/TestFrameFormatNoColor.test | 12 ++++++++++++ source/Core/FormatEntity.cpp | 27 +++++++++++++++------------ 5 files changed, 42 insertions(+), 13 deletions(-) create mode 100644 lit/Settings/Inputs/main.c create mode 100644 lit/Settings/TestFrameFormatColor.test create mode 100644 lit/Settings/TestFrameFormatNoColor.test