[all-commits] [llvm/llvm-project] 56b148: [lldb] Fix stdcpp type summary mistakenly marked a...
Dave Lee via All-commits
all-commits at lists.llvm.org
Wed Sep 20 14:24:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56b148aa8d6fcc61f0619d74cf5edcabbbb4d842
https://github.com/llvm/llvm-project/commit/56b148aa8d6fcc61f0619d74cf5edcabbbb4d842
Author: Dave Lee <davelee.com at gmail.com>
Date: 2023-09-20 (Wed, 20 Sep 2023)
Changed paths:
M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
Log Message:
-----------
[lldb] Fix stdcpp type summary mistakenly marked as regex (NFC) (#66949)
`std::basic_string<char>` is not a regex, and treating it as such could
unintentionally
cause a formatter to substring match a template type parameter, for
example:
`std::vector<std::basic_string<char>>`.
Differential Revision: https://reviews.llvm.org/D158663
More information about the All-commits
mailing list