mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-21 23:25:07 +00:00
Improve DeducedType
This commit is contained in:
parent
18b47d3f5c
commit
a56b6fb228
@ -550,9 +550,7 @@ public:
|
||||
T = BD->getType();
|
||||
binding = true;
|
||||
}
|
||||
auto BT = GetBaseType(T, false);
|
||||
if (!BT.isNull() &&
|
||||
(binding || BT.getUnqualifiedType()->getAs<AutoType>())) {
|
||||
if (!T.isNull() && (binding || T->getContainedDeducedType())) {
|
||||
SmallString<256> Str;
|
||||
llvm::raw_svector_ostream OS(Str);
|
||||
PrintingPolicy PP = GetDefaultPolicy();
|
||||
|
Loading…
Reference in New Issue
Block a user