[PATCH] D60995: [clangd] Make sure include path does not contain any backslashes on Windows

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 23 00:14:12 PDT 2019


sammccall added a comment.

This looks like a bug rather than a feature of HeaderSearch, shouldn't the slash conversion go there?

(It seems unlikely that diagnostics should suggest one thing but we insert another)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60995





More information about the cfe-commits mailing list