This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 4170648de Refactor BreakpointResolver::SetSCMatchesByLine() to make it [...] new f4452ce11 Move the column marking functionality to the Highlighter framework
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/Debugger.h | 4 +- include/lldb/Core/Highlighter.h | 19 +++- include/lldb/Core/SourceManager.h | 2 +- .../test/source-manager/TestSourceManager.py | 5 +- source/Core/Debugger.cpp | 19 ++-- source/Core/Highlighter.cpp | 32 +++++-- source/Core/SourceManager.cpp | 95 ++++++-------------- .../Language/ClangCommon/ClangHighlighter.cpp | 16 +++- .../Language/ClangCommon/ClangHighlighter.h | 1 + .../Language/Highlighting/HighlighterTest.cpp | 100 +++++++++++++++++++-- 10 files changed, 188 insertions(+), 105 deletions(-)