From: Sean Silva Date: Fri, 22 Mar 2013 23:52:38 +0000 (+0000) Subject: [docs] Slight reword for precision. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=928ef439a5ab104d706b64f9da28eda32398bbf3;p=oota-llvm.git [docs] Slight reword for precision. The new wording cannot be construed as suggesting the use of SmallVectorImpl as e.g. a class member (just because the class happens to be in an interface). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177778 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ProgrammersManual.rst b/docs/ProgrammersManual.rst index eed12e94be3..87b802001c3 100644 --- a/docs/ProgrammersManual.rst +++ b/docs/ProgrammersManual.rst @@ -628,7 +628,7 @@ SmallVector also provides a nice portable and efficient replacement for .. note:: - Prefer to use ``SmallVectorImpl`` in interfaces. + Prefer to use ``SmallVectorImpl`` as a parameter type. In APIs that don't care about the "small size" (most?), prefer to use the ``SmallVectorImpl`` class, which is basically just the "vector