We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02eac0 commit 32910f7Copy full SHA for 32910f7
llvm/include/llvm/ADT/SmallVector.h
@@ -1021,6 +1021,7 @@ template <typename T> struct CalculateSmallVectorDefaultInlinedElements {
1021
///
1022
/// \warning This does not attempt to be exception safe.
1023
1024
+/// \see https://llvm.org/docs/ProgrammersManual.html#llvm-adt-smallvector-h
1025
template <typename T,
1026
unsigned N = CalculateSmallVectorDefaultInlinedElements<T>::value>
1027
class LLVM_GSL_OWNER SmallVector : public SmallVectorImpl<T>,
0 commit comments