Apparently all users of the function were fine with short-circuiting
and none cared to override the default argument.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Paths
| Differential D75319
Remove unused parameter from CXXRecordDecl::forallBases [NFC] ClosedPublic Authored by aaronpuchert on Feb 27 2020, 4:47 PM.
Details Summary Apparently all users of the function were fine with short-circuiting
Diff Detail
Unit TestsFailed Event Timelineaaronpuchert retitled this revision from Remove unused parameter from CXXRecordDecl::forallBases to Remove unused parameter from CXXRecordDecl::forallBases [NFC].Feb 27 2020, 5:14 PM This revision is now accepted and ready to land.Feb 28 2020, 6:47 AM Closed by commit rG93184a8eda27: Remove unused parameter from CXXRecordDecl::forallBases [NFC] (authored by aaronpuchert). · Explain WhyFeb 29 2020, 5:30 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 247136 clang/include/clang/AST/DeclCXX.h
clang/lib/AST/CXXInheritance.cpp
|