From: Scott Linder Date: Fri, 11 Dec 2020 19:34:10 +0000 (+0000) Subject: [SmallVector][NFC] Link to ProgrammersManual from SmallVector docs X-Git-Tag: llvmorg-13-init~3642 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32910f780df4f5add290f176459648f2326674f5;p=platform%2Fupstream%2Fllvm.git [SmallVector][NFC] Link to ProgrammersManual from SmallVector docs Add a "see also" link from the condensed doxygen description of `SmallVector` to the more complete description in the ProgrammersManual. --- diff --git a/llvm/include/llvm/ADT/SmallVector.h b/llvm/include/llvm/ADT/SmallVector.h index 10b9d4e..0a0f09c 100644 --- a/llvm/include/llvm/ADT/SmallVector.h +++ b/llvm/include/llvm/ADT/SmallVector.h @@ -1021,6 +1021,7 @@ template struct CalculateSmallVectorDefaultInlinedElements { /// /// \warning This does not attempt to be exception safe. /// +/// \see https://llvm.org/docs/ProgrammersManual.html#llvm-adt-smallvector-h template ::value> class LLVM_GSL_OWNER SmallVector : public SmallVectorImpl,