[all-commits] [llvm/llvm-project] 8c162b: [lldb] Pass the frame's language type to the highl...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Feb 13 08:41:39 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8c162b70ac02a9b3b7b167c5f500f4707b730baa
https://github.com/llvm/llvm-project/commit/8c162b70ac02a9b3b7b167c5f500f4707b730baa
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2026-02-13 (Fri, 13 Feb 2026)
Changed paths:
M lldb/include/lldb/Core/SourceManager.h
M lldb/source/Core/SourceManager.cpp
M lldb/source/Target/StackFrame.cpp
Log Message:
-----------
[lldb] Pass the frame's language type to the highlighter (#181094)
This threads the frame's language type through the source manager to the
highlighter. Previously, we'd always pass "unknown" as the language type
and rely on the language plugin to figure out the language based on the
file extension.
This change is motivated by #170250. For languages like Swift or Rust
that don't have an upstream language plugin, we need the frame's
language for syntax highlighting.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list