[all-commits] [llvm/llvm-project] 488cf1: [clang][Sema][NFC] Remove redundant isTypeValid

Troy Johnson via All-commits all-commits at lists.llvm.org
Thu Oct 27 12:48:34 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 488cf1038c88a6d7e5378d493a253e1dc6a97cd9
      https://github.com/llvm/llvm-project/commit/488cf1038c88a6d7e5378d493a253e1dc6a97cd9
  Author: Troy Johnson <troyj at meta.com>
  Date:   2022-10-27 (Thu, 27 Oct 2022)

  Changed paths:
    M clang/lib/Sema/SemaOverload.cpp

  Log Message:
  -----------
  [clang][Sema][NFC] Remove redundant isTypeValid

These isTypeValid calls are redundant because the isDerivedFrom call performs the same checks.

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




More information about the All-commits mailing list