diff options
author | CJ Johnson <johnsoncj@google.com> | 2022-01-20 18:05:07 -0500 |
---|---|---|
committer | CJ Johnson <johnsoncj@google.com> | 2022-01-20 18:08:40 -0500 |
commit | a5684114445a72b5c0bb5b7b68a5c6eb3486b66d (patch) | |
tree | eff388fa85c495edfce452dc1c5a628ef927559b /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | 5e88f527da2175019e443d3600ade8f23e84f116 (diff) | |
download | llvm-a5684114445a72b5c0bb5b7b68a5c6eb3486b66d.zip llvm-a5684114445a72b5c0bb5b7b68a5c6eb3486b66d.tar.gz llvm-a5684114445a72b5c0bb5b7b68a5c6eb3486b66d.tar.bz2 |
[clang-tidy] Update bugprone-stringview-nullptr to consistently prefer the empty string when passing arguments to constructors/functions
Previously, function(nullptr) would have been fixed with function({}). This unfortunately can change overload resolution and even become ambiguous. T(nullptr) was already being fixed with T(""), so this change just brings function calls in line with that.
Differential Revision: https://reviews.llvm.org/D117840
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions