[PATCH] D48687: [clangd] Avoid duplicates in findDefinitions response

Simon Marchi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 28 08:25:07 PDT 2018


simark added a comment.

Btw, this seems to happen only when the included header is in the preamble.  If I put a variable declaration before `#include "first.h"`, things work as expected, we have not duplicates and the path is normalized.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D48687





More information about the cfe-commits mailing list