[all-commits] [llvm/llvm-project] cd4e8d: [clangd] Fix an assertion failure in TargetFinder'...

Haojian Wu via All-commits all-commits at lists.llvm.org
Thu Jul 30 00:10:07 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cd4e8d7f6f5ef108919f9f53db35ac73d1edea3d
      https://github.com/llvm/llvm-project/commit/cd4e8d7f6f5ef108919f9f53db35ac73d1edea3d
  Author: Haojian Wu <hokein.wu at gmail.com>
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/unittests/FindTargetTests.cpp

  Log Message:
  -----------
  [clangd] Fix an assertion failure in TargetFinder's heuristic resolution of dependent type.

The assertion is not true anymore after D82739, this patch just removes
it, and rename related functions.

And also fixes a missing cases.

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




More information about the All-commits mailing list