[PATCH] D81351: [clangd] Parse std::make_unique, and emit template diagnostics at expansion.
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 9 08:46:13 PDT 2020
sammccall added a comment.
In D81351#2082174 <https://reviews.llvm.org/D81351#2082174>, @thakis wrote:
> Breaks tests on windows: http://45.33.8.238/win/17229/step_9.txt
>
> Please take a look and revert if it takes a while to fix. (Might just be the usual delayed template parsing thing.)
It's a new and exciting delayed template parsing thing! Need D81474 <https://reviews.llvm.org/D81474> before this can be landed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81351/new/
https://reviews.llvm.org/D81351
More information about the cfe-commits
mailing list