[all-commits] [llvm/llvm-project] 93184a: Remove unused parameter from CXXRecordDecl::forall...

Aaron Puchert via All-commits all-commits at lists.llvm.org
Sat Feb 29 05:24:30 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 93184a8eda272c65308906836b47cbf209de779e
      https://github.com/llvm/llvm-project/commit/93184a8eda272c65308906836b47cbf209de779e
  Author: Aaron Puchert <aaronpuchert at alice-dsl.net>
  Date:   2020-02-29 (Sat, 29 Feb 2020)

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

  Log Message:
  -----------
  Remove unused parameter from CXXRecordDecl::forallBases [NFC]

Summary:
Apparently all users of the function were fine with short-circuiting
and none cared to override the default argument.

Reviewers: aaron.ballman, rsmith

Reviewed By: aaron.ballman

Subscribers: cfe-commits

Tags: #clang

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




More information about the All-commits mailing list