[all-commits] [llvm/llvm-project] f96e16: lldb: Update for change in `clang::Lexer`'s constr...
Duncan P. N. Exon Smith via All-commits
all-commits at lists.llvm.org
Mon Oct 19 17:09:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f96e16bc15a9a10857681b85b6c8824b9addd9b2
https://github.com/llvm/llvm-project/commit/f96e16bc15a9a10857681b85b6c8824b9addd9b2
Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
Date: 2020-10-19 (Mon, 19 Oct 2020)
Changed paths:
M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
M lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.cpp
Log Message:
-----------
lldb: Update for change in `clang::Lexer`'s constructor
b3eff6b7bb31e7ef059a3d238de138849839fbbd updated `Lexer::Lexer` to take
`clang::MemoryBufferRef` instead of `clang::MemoryBuffer*`. Update LLDB
to fix the bots.
More information about the All-commits
mailing list