[all-commits] [llvm/llvm-project] 734da2: [clangd] Dont assert on specific uris for diagnost...

kadir çetinkaya via All-commits all-commits at lists.llvm.org
Fri Aug 4 02:10:13 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 734da23e21eb687ff4a613d520cbef5348e26a65
      https://github.com/llvm/llvm-project/commit/734da23e21eb687ff4a613d520cbef5348e26a65
  Author: Kadir Cetinkaya <kadircet at google.com>
  Date:   2023-08-04 (Fri, 04 Aug 2023)

  Changed paths:
    M clang-tools-extra/clangd/test/include-cleaner-batch-fix.test
    M clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp

  Log Message:
  -----------
  [clangd] Dont assert on specific uris for diagnostics docs

To enable customization of links in downstream projects without
breaking tests (and also ease of pointing at different links in the future).
Just check for existence instead.

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




More information about the All-commits mailing list