[all-commits] [llvm/llvm-project] 7193f7: docs: Emphasize ArrayRef over SmallVectorImpl
Duncan P. N. Exon Smith via All-commits
all-commits at lists.llvm.org
Tue Oct 6 15:16:29 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7193f727988360acb7037b42851f0a6fae29af9b
https://github.com/llvm/llvm-project/commit/7193f727988360acb7037b42851f0a6fae29af9b
Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
Date: 2020-10-06 (Tue, 06 Oct 2020)
Changed paths:
M llvm/docs/ProgrammersManual.rst
Log Message:
-----------
docs: Emphasize ArrayRef over SmallVectorImpl
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.
Differential Revision: https://reviews.llvm.org/D49881
More information about the All-commits
mailing list