[all-commits] [llvm/llvm-project] 11dc23: [lldb] Fix matchers for char array formatters
Pavel Labath via All-commits
all-commits at lists.llvm.org
Fri Dec 17 01:10:02 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 11dc235c7dda298befa84833a51ac9cdc92e7c2e
https://github.com/llvm/llvm-project/commit/11dc235c7dda298befa84833a51ac9cdc92e7c2e
Author: Pavel Labath <pavel at labath.sk>
Date: 2021-12-17 (Fri, 17 Dec 2021)
Changed paths:
M lldb/source/DataFormatters/FormatManager.cpp
M lldb/test/API/functionalities/data-formatter/stringprinter/main.cpp
Log Message:
-----------
[lldb] Fix matchers for char array formatters
They were being applied too narrowly (they didn't cover signed char *,
for instance), and too broadly (they covered SomeTemplate<char[6]>) at
the same time.
Differential Revision: https://reviews.llvm.org/D112709
More information about the All-commits
mailing list