[all-commits] [llvm/llvm-project] fa3b87: [CodeComplete] Constructor overload candidates rep...
Sam McCall via All-commits
all-commits at lists.llvm.org
Fri Nov 15 06:42:28 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fa3b87fbeb465c7ff9fd3c24b168d534d380af16
https://github.com/llvm/llvm-project/commit/fa3b87fbeb465c7ff9fd3c24b168d534d380af16
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2019-11-15 (Fri, 15 Nov 2019)
Changed paths:
M clang/lib/Sema/SemaCodeComplete.cpp
M clang/test/CodeCompletion/templates.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list