[all-commits] [llvm/llvm-project] 517828: [clangd] Bundle code completion items when the inc...

Adam Czachorowski via All-commits all-commits at lists.llvm.org
Thu Dec 3 07:39:09 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 517828a31b0d1b7cfd1fd261046746bd8778420a
      https://github.com/llvm/llvm-project/commit/517828a31b0d1b7cfd1fd261046746bd8778420a
  Author: Adam Czachorowski <adamcz at google.com>
  Date:   2020-12-03 (Thu, 03 Dec 2020)

  Changed paths:
    M clang-tools-extra/clangd/CodeComplete.cpp
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp

  Log Message:
  -----------
  [clangd] Bundle code completion items when the include paths differ, but resolve to the same file.

This can happen when, for example, merging results from an external
index that generates IncludeHeaders with full URI rather than just
literal include.

Differential Revision: https://reviews.llvm.org/D92494




More information about the All-commits mailing list