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