The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. This fork is used to manage Swift’s stable releases of Clang as well as support the Swift project.
commit 8b2dff960d9d987c583c3a6d5729f01d101dc401
Author: Adrian Prantl <aprantl@apple.com>
Date: Tue Nov 19 08:58:49 2024 -0800
[lldb] Fix a positioning bug in diagnostics output (#116711)
The old code did not take the indentation into account.