[all-commits] [llvm/llvm-project] 31c716: [lldb] Remove summary for signed char *
Pavel Labath via All-commits
all-commits at lists.llvm.org
Thu Jan 6 10:52:49 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 31c7165a2bd69e07b916434a50826860132ba75f
https://github.com/llvm/llvm-project/commit/31c7165a2bd69e07b916434a50826860132ba75f
Author: Pavel Labath <pavel at labath.sk>
Date: 2022-01-06 (Thu, 06 Jan 2022)
Changed paths:
M lldb/source/DataFormatters/FormatManager.cpp
M lldb/test/API/functionalities/data-formatter/stringprinter/main.cpp
M lldb/test/API/lang/c/flexible-array-members/TestCFlexibleArrayMembers.py
Log Message:
-----------
[lldb] Remove summary for signed char *
It conflicts with the summary for BOOL * (aka signed char *). This
partially reverts D112709.
More information about the All-commits
mailing list