tree: c6371a8c1169733a402b6f3328231081461405ab [path history] [tgz]
  1. boost-use-to-string.rst
  2. cert-dcl03-c.rst
  3. cert-dcl21-cpp.rst
  4. cert-dcl50-cpp.rst
  5. cert-dcl54-cpp.rst
  6. cert-dcl58-cpp.rst
  7. cert-dcl59-cpp.rst
  8. cert-env33-c.rst
  9. cert-err09-cpp.rst
  10. cert-err34-c.rst
  11. cert-err52-cpp.rst
  12. cert-err58-cpp.rst
  13. cert-err60-cpp.rst
  14. cert-err61-cpp.rst
  15. cert-fio38-c.rst
  16. cert-flp30-c.rst
  17. cert-msc30-c.rst
  18. cert-msc50-cpp.rst
  19. cert-oop11-cpp.rst
  20. cppcoreguidelines-interfaces-global-init.rst
  21. cppcoreguidelines-no-malloc.rst
  22. cppcoreguidelines-pro-bounds-array-to-pointer-decay.rst
  23. cppcoreguidelines-pro-bounds-constant-array-index.rst
  24. cppcoreguidelines-pro-bounds-pointer-arithmetic.rst
  25. cppcoreguidelines-pro-type-const-cast.rst
  26. cppcoreguidelines-pro-type-cstyle-cast.rst
  27. cppcoreguidelines-pro-type-member-init.rst
  28. cppcoreguidelines-pro-type-reinterpret-cast.rst
  29. cppcoreguidelines-pro-type-static-cast-downcast.rst
  30. cppcoreguidelines-pro-type-union-access.rst
  31. cppcoreguidelines-pro-type-vararg.rst
  32. cppcoreguidelines-slicing.rst
  33. cppcoreguidelines-special-member-functions.rst
  34. google-build-explicit-make-pair.rst
  35. google-build-namespaces.rst
  36. google-build-using-namespace.rst
  37. google-default-arguments.rst
  38. google-explicit-constructor.rst
  39. google-global-names-in-headers.rst
  40. google-readability-braces-around-statements.rst
  41. google-readability-casting.rst
  42. google-readability-function-size.rst
  43. google-readability-namespace-comments.rst
  44. google-readability-redundant-smartptr-get.rst
  45. google-readability-todo.rst
  46. google-runtime-int.rst
  47. google-runtime-member-string-references.rst
  48. google-runtime-memset.rst
  49. google-runtime-operator.rst
  50. google-runtime-references.rst
  51. hicpp-explicit-conversions.rst
  52. hicpp-function-size.rst
  53. hicpp-invalid-access-moved.rst
  54. hicpp-member-init.rst
  55. hicpp-named-parameter.rst
  56. hicpp-new-delete-operators.rst
  57. hicpp-no-assembler.rst
  58. hicpp-noexcept-move.rst
  59. hicpp-special-member-functions.rst
  60. hicpp-undelegated-constructor.rst
  61. hicpp-use-equals-default.rst
  62. hicpp-use-equals-delete.rst
  63. hicpp-use-override.rst
  64. list.rst
  65. llvm-header-guard.rst
  66. llvm-include-order.rst
  67. llvm-namespace-comment.rst
  68. llvm-twine-local.rst
  69. misc-argument-comment.rst
  70. misc-assert-side-effect.rst
  71. misc-bool-pointer-implicit-conversion.rst
  72. misc-dangling-handle.rst
  73. misc-definitions-in-headers.rst
  74. misc-fold-init-type.rst
  75. misc-forward-declaration-namespace.rst
  76. misc-forwarding-reference-overload.rst
  77. misc-inaccurate-erase.rst
  78. misc-incorrect-roundings.rst
  79. misc-inefficient-algorithm.rst
  80. misc-lambda-function-name.rst
  81. misc-macro-parentheses.rst
  82. misc-macro-repeated-side-effects.rst
  83. misc-misplaced-const.rst
  84. misc-misplaced-widening-cast.rst
  85. misc-move-const-arg.rst
  86. misc-move-constructor-init.rst
  87. misc-move-forwarding-reference.rst
  88. misc-multiple-statement-macro.rst
  89. misc-new-delete-overloads.rst
  90. misc-noexcept-move-constructor.rst
  91. misc-non-copyable-objects.rst
  92. misc-redundant-expression.rst
  93. misc-sizeof-container.rst
  94. misc-sizeof-expression.rst
  95. misc-static-assert.rst
  96. misc-string-compare.rst
  97. misc-string-constructor.rst
  98. misc-string-integer-assignment.rst
  99. misc-string-literal-with-embedded-nul.rst
  100. misc-suspicious-enum-usage.rst
  101. misc-suspicious-missing-comma.rst
  102. misc-suspicious-semicolon.rst
  103. misc-suspicious-string-compare.rst
  104. misc-swapped-arguments.rst
  105. misc-throw-by-value-catch-by-reference.rst
  106. misc-unconventional-assign-operator.rst
  107. misc-undelegated-constructor.rst
  108. misc-uniqueptr-reset-release.rst
  109. misc-unused-alias-decls.rst
  110. misc-unused-parameters.rst
  111. misc-unused-raii.rst
  112. misc-unused-using-decls.rst
  113. misc-use-after-move.rst
  114. misc-virtual-near-miss.rst
  115. modernize-avoid-bind.rst
  116. modernize-deprecated-headers.rst
  117. modernize-loop-convert.rst
  118. modernize-make-shared.rst
  119. modernize-make-unique.rst
  120. modernize-pass-by-value.rst
  121. modernize-raw-string-literal.rst
  122. modernize-redundant-void-arg.rst
  123. modernize-replace-auto-ptr.rst
  124. modernize-replace-random-shuffle.rst
  125. modernize-return-braced-init-list.rst
  126. modernize-shrink-to-fit.rst
  127. modernize-use-auto.rst
  128. modernize-use-bool-literals.rst
  129. modernize-use-default-member-init.rst
  130. modernize-use-default.rst
  131. modernize-use-emplace.rst
  132. modernize-use-equals-default.rst
  133. modernize-use-equals-delete.rst
  134. modernize-use-noexcept.rst
  135. modernize-use-nullptr.rst
  136. modernize-use-override.rst
  137. modernize-use-transparent-functors.rst
  138. modernize-use-using.rst
  139. mpi-buffer-deref.rst
  140. mpi-type-mismatch.rst
  141. performance-faster-string-find.rst
  142. performance-for-range-copy.rst
  143. performance-implicit-cast-in-loop.rst
  144. performance-inefficient-string-concatenation.rst
  145. performance-inefficient-vector-operation.rst
  146. performance-type-promotion-in-math-fn.rst
  147. performance-unnecessary-copy-initialization.rst
  148. performance-unnecessary-value-param.rst
  149. readability-avoid-const-params-in-decls.rst
  150. readability-braces-around-statements.rst
  151. readability-container-size-empty.rst
  152. readability-delete-null-pointer.rst
  153. readability-deleted-default.rst
  154. readability-else-after-return.rst
  155. readability-function-size.rst
  156. readability-identifier-naming.rst
  157. readability-implicit-bool-cast.rst
  158. readability-inconsistent-declaration-parameter-name.rst
  159. readability-misleading-indentation.rst
  160. readability-misplaced-array-index.rst
  161. readability-named-parameter.rst
  162. readability-non-const-parameter.rst
  163. readability-redundant-control-flow.rst
  164. readability-redundant-declaration.rst
  165. readability-redundant-function-ptr-dereference.rst
  166. readability-redundant-member-init.rst
  167. readability-redundant-smartptr-get.rst
  168. readability-redundant-string-cstr.rst
  169. readability-redundant-string-init.rst
  170. readability-simplify-boolean-expr.rst
  171. readability-static-definition-in-anonymous-namespace.rst
  172. readability-uniqueptr-delete-release.rst