[all-commits] [llvm/llvm-project] 7aa2ce: [NFC][clangd] fix clang-tidy finding on isa_and_no...

ChristianKuehnel via All-commits all-commits at lists.llvm.org
Thu Nov 18 01:25:56 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7aa2ce0fab3c21cf87c5884f6bf8bdece1b6fe1c
      https://github.com/llvm/llvm-project/commit/7aa2ce0fab3c21cf87c5884f6bf8bdece1b6fe1c
  Author: Christian Kühnel <kuhnel at google.com>
  Date:   2021-11-18 (Thu, 18 Nov 2021)

  Changed paths:
    M clang-tools-extra/clangd/Selection.cpp

  Log Message:
  -----------
  [NFC][clangd] fix clang-tidy finding on isa_and_nonnull

This is a cleanup of the only llvm-prefer-isa-or-dyn-cast-in-conditionals finding in the clangd code base. This patch was created by automatically applying the fixes from clang-tidy.

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




More information about the All-commits mailing list