The section on SmallVector has a note about preferring SmallVectorImpl for APIs but doesn't mention ArrayRef. Although ArrayRef is discussed elsewhere, let's re-emphasize here.
Details
Details
Diff Detail
Diff Detail
Differential D49881
docs: Emphasize ArrayRef over SmallVectorImpl dexonsmith on Jul 26 2018, 3:29 PM. Authored by
Details
The section on SmallVector has a note about preferring SmallVectorImpl for APIs but doesn't mention ArrayRef. Although ArrayRef is discussed elsewhere, let's re-emphasize here.
Diff Detail |
s/basically just//