[all-commits] [llvm/llvm-project] 8093c2: [lldb] Make char[N] formatters respect the end of ...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Mon Oct 11 03:47:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8093c2ea574b9f7cbeb6c150f6584446cfd93517
https://github.com/llvm/llvm-project/commit/8093c2ea574b9f7cbeb6c150f6584446cfd93517
Author: Pavel Labath <pavel at labath.sk>
Date: 2021-10-11 (Mon, 11 Oct 2021)
Changed paths:
M lldb/source/DataFormatters/FormatManager.cpp
M lldb/test/API/functionalities/data-formatter/stringprinter/main.cpp
Log Message:
-----------
[lldb] Make char[N] formatters respect the end of the array (PR44649)
I believe this is a more natural behavior, and it also matches what gdb
does.
Differential Revision: https://reviews.llvm.org/D111399
More information about the All-commits
mailing list