[PATCH] D76451: [clangd] Enable textual fallback for go-to-definition on dependent names

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 26 05:50:27 PDT 2020


sammccall added a comment.

In D76451#2004069 <https://reviews.llvm.org/D76451#2004069>, @thakis wrote:

> This breaks tests on Windows: http://45.33.8.238/win/13855/step_9.txt
>
> Please take a look and revert while you do if it takes a while to investigate.


@nridge hold off on the revert, I suspect this is our good friend -fdelayed-template-parsing and I'm about to nuke it in D78848 <https://reviews.llvm.org/D78848>. Committing now, let's see if that fixes it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76451/new/

https://reviews.llvm.org/D76451





More information about the cfe-commits mailing list