diff options
author | Sam McCall <sam.mccall@gmail.com> | 2019-11-15 14:52:04 +0100 |
---|---|---|
committer | Sam McCall <sam.mccall@gmail.com> | 2019-11-15 15:42:18 +0100 |
commit | fa3b87fbeb465c7ff9fd3c24b168d534d380af16 (patch) | |
tree | f79abff6ae5103d0dc0642902255d336545e1c66 /lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp | |
parent | b0c1900820c3f0a94e3c74e6dcb1317b9cda5af8 (diff) | |
download | bcm5719-llvm-fa3b87fbeb465c7ff9fd3c24b168d534d380af16.tar.gz bcm5719-llvm-fa3b87fbeb465c7ff9fd3c24b168d534d380af16.zip |
[CodeComplete] Constructor overload candidates report as vector(int) instead of vector<string>(int)
Summary:
This is shorter, shouldn't be confusing (is consistent with how they're declared),
and avoids messy cases that are printed as myclass<type-param-0-0>(int) in the
case of partial specialization.
Fixes part of https://github.com/clangd/clangd/issues/76
Reviewers: hokein, lh123
Subscribers: ilya-biryukov, kadircet, usaxena95, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D70307
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp')
0 files changed, 0 insertions, 0 deletions