[all-commits] [llvm/llvm-project] b333d6: lldb: Migrate to MemoryBufferRef for createFileID ...
Duncan P. N. Exon Smith via All-commits
all-commits at lists.llvm.org
Tue Oct 20 10:53:00 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b333d6e129f23d204cd3a44ffb9f3a69dc3e0bc9
https://github.com/llvm/llvm-project/commit/b333d6e129f23d204cd3a44ffb9f3a69dc3e0bc9
Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
Date: 2020-10-20 (Tue, 20 Oct 2020)
Changed paths:
M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
M lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.cpp
Log Message:
-----------
lldb: Migrate to MemoryBufferRef for createFileID (after 51d1d585e5838ea0f02f1271f7543c4e43639969)
I missed these two lldb users before deleting the `UnownedTag` API for
`createFileID` in 51d1d585e5838ea0f02f1271f7543c4e43639969. This should
fix the build.
More information about the All-commits
mailing list