diff options
author | Arthur O'Dwyer <arthur.j.odwyer@gmail.com> | 2021-04-06 14:11:09 -0400 |
---|---|---|
committer | Arthur O'Dwyer <arthur.j.odwyer@gmail.com> | 2021-04-06 15:31:55 -0400 |
commit | ae318beb35517c70505114cab8d1fb286f99ab4b (patch) | |
tree | faa9a7b56391d3e8564d93cba87c989604ec5dd5 /llvm/lib/Analysis/ModuleSummaryAnalysis.cpp | |
parent | fcc57558783b12de7a7d2cea809f72705ea849b4 (diff) | |
download | llvm-ae318beb35517c70505114cab8d1fb286f99ab4b.zip llvm-ae318beb35517c70505114cab8d1fb286f99ab4b.tar.gz llvm-ae318beb35517c70505114cab8d1fb286f99ab4b.tar.bz2 |
[libc++] Post-commit review on D99928.
The "user-defined conversion by implicit constructor" codepath is already
handled by `B(int)`; we don't need to test `A(const A&)` a second time
via `DA` (nor the isomorphic case with `DB`).
We don't need `&` anywhere in this test.
Generally, `operator()` should be const; this test needn't be special.
(No functional change in test coverage.)
Diffstat (limited to 'llvm/lib/Analysis/ModuleSummaryAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions