[all-commits] [llvm/llvm-project] 0566f9: [clang][NFC] remove unused return value

Nathan Sidwell via All-commits all-commits at lists.llvm.org
Fri May 14 05:27:28 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0566f979619cf49a62804a7e3530438f1319fa7c
      https://github.com/llvm/llvm-project/commit/0566f979619cf49a62804a7e3530438f1319fa7c
  Author: Nathan Sidwell <nathan at acm.org>
  Date:   2021-05-14 (Fri, 14 May 2021)

  Changed paths:
    M clang/include/clang/AST/ASTContext.h
    M clang/lib/AST/ASTContext.cpp

  Log Message:
  -----------
  [clang][NFC] remove unused return value

In working on p0388 (ary[N] -> ary[] conversion), I discovered neither
use of UnwrapSimilarArrayTypes used the return value. So let's nuke
it.

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




More information about the All-commits mailing list