tree: 15c7225d886ed71986494648b49fdc7fc15ae0b1 [path history] [tgz]
  1. abseil-duration-addition.rst
  2. abseil-duration-comparison.rst
  3. abseil-duration-conversion-cast.rst
  4. abseil-duration-division.rst
  5. abseil-duration-factory-float.rst
  6. abseil-duration-factory-scale.rst
  7. abseil-duration-subtraction.rst
  8. abseil-duration-unnecessary-conversion.rst
  9. abseil-faster-strsplit-delimiter.rst
  10. abseil-no-internal-dependencies.rst
  11. abseil-no-namespace.rst
  12. abseil-redundant-strcat-calls.rst
  13. abseil-str-cat-append.rst
  14. abseil-string-find-startswith.rst
  15. abseil-time-comparison.rst
  16. abseil-time-subtraction.rst
  17. abseil-upgrade-duration-conversions.rst
  18. android-cloexec-accept.rst
  19. android-cloexec-accept4.rst
  20. android-cloexec-creat.rst
  21. android-cloexec-dup.rst
  22. android-cloexec-epoll-create.rst
  23. android-cloexec-epoll-create1.rst
  24. android-cloexec-fopen.rst
  25. android-cloexec-inotify-init.rst
  26. android-cloexec-inotify-init1.rst
  27. android-cloexec-memfd-create.rst
  28. android-cloexec-open.rst
  29. android-cloexec-pipe.rst
  30. android-cloexec-pipe2.rst
  31. android-cloexec-socket.rst
  32. android-comparison-in-temp-failure-retry.rst
  33. boost-use-to-string.rst
  34. bugprone-argument-comment.rst
  35. bugprone-assert-side-effect.rst
  36. bugprone-bool-pointer-implicit-conversion.rst
  37. bugprone-branch-clone.rst
  38. bugprone-copy-constructor-init.rst
  39. bugprone-dangling-handle.rst
  40. bugprone-dynamic-static-initializers.rst
  41. bugprone-exception-escape.rst
  42. bugprone-fold-init-type.rst
  43. bugprone-forward-declaration-namespace.rst
  44. bugprone-forwarding-reference-overload.rst
  45. bugprone-inaccurate-erase.rst
  46. bugprone-incorrect-roundings.rst
  47. bugprone-infinite-loop.rst
  48. bugprone-integer-division.rst
  49. bugprone-lambda-function-name.rst
  50. bugprone-macro-parentheses.rst
  51. bugprone-macro-repeated-side-effects.rst
  52. bugprone-misplaced-operator-in-strlen-in-alloc.rst
  53. bugprone-misplaced-widening-cast.rst
  54. bugprone-move-forwarding-reference.rst
  55. bugprone-multiple-statement-macro.rst
  56. bugprone-not-null-terminated-result.rst
  57. bugprone-parent-virtual-call.rst
  58. bugprone-posix-return.rst
  59. bugprone-sizeof-container.rst
  60. bugprone-sizeof-expression.rst
  61. bugprone-string-constructor.rst
  62. bugprone-string-integer-assignment.rst
  63. bugprone-string-literal-with-embedded-nul.rst
  64. bugprone-suspicious-enum-usage.rst
  65. bugprone-suspicious-memset-usage.rst
  66. bugprone-suspicious-missing-comma.rst
  67. bugprone-suspicious-semicolon.rst
  68. bugprone-suspicious-string-compare.rst
  69. bugprone-swapped-arguments.rst
  70. bugprone-terminating-continue.rst
  71. bugprone-throw-keyword-missing.rst
  72. bugprone-too-small-loop-variable.rst
  73. bugprone-undefined-memory-manipulation.rst
  74. bugprone-undelegated-constructor.rst
  75. bugprone-unhandled-self-assignment.rst
  76. bugprone-unused-raii.rst
  77. bugprone-unused-return-value.rst
  78. bugprone-use-after-move.rst
  79. bugprone-virtual-near-miss.rst
  80. cert-dcl03-c.rst
  81. cert-dcl16-c.rst
  82. cert-dcl21-cpp.rst
  83. cert-dcl50-cpp.rst
  84. cert-dcl54-cpp.rst
  85. cert-dcl58-cpp.rst
  86. cert-dcl59-cpp.rst
  87. cert-env33-c.rst
  88. cert-err09-cpp.rst
  89. cert-err34-c.rst
  90. cert-err52-cpp.rst
  91. cert-err58-cpp.rst
  92. cert-err60-cpp.rst
  93. cert-err61-cpp.rst
  94. cert-fio38-c.rst
  95. cert-flp30-c.rst
  96. cert-msc30-c.rst
  97. cert-msc32-c.rst
  98. cert-msc50-cpp.rst
  99. cert-msc51-cpp.rst
  100. cert-oop11-cpp.rst
  101. cert-oop54-cpp.rst
  102. clang-analyzer-core.CallAndMessage.rst
  103. clang-analyzer-core.DivideZero.rst
  104. clang-analyzer-core.DynamicTypePropagation.rst
  105. clang-analyzer-core.NonNullParamChecker.rst
  106. clang-analyzer-core.NullDereference.rst
  107. clang-analyzer-core.StackAddressEscape.rst
  108. clang-analyzer-core.UndefinedBinaryOperatorResult.rst
  109. clang-analyzer-core.uninitialized.ArraySubscript.rst
  110. clang-analyzer-core.uninitialized.Assign.rst
  111. clang-analyzer-core.uninitialized.Branch.rst
  112. clang-analyzer-core.uninitialized.CapturedBlockVariable.rst
  113. clang-analyzer-core.uninitialized.UndefReturn.rst
  114. clang-analyzer-core.VLASize.rst
  115. clang-analyzer-cplusplus.InnerPointer.rst
  116. clang-analyzer-cplusplus.Move.rst
  117. clang-analyzer-cplusplus.NewDelete.rst
  118. clang-analyzer-cplusplus.NewDeleteLeaks.rst
  119. clang-analyzer-deadcode.DeadStores.rst
  120. clang-analyzer-nullability.NullableDereferenced.rst
  121. clang-analyzer-nullability.NullablePassedToNonnull.rst
  122. clang-analyzer-nullability.NullableReturnedFromNonnull.rst
  123. clang-analyzer-nullability.NullPassedToNonnull.rst
  124. clang-analyzer-nullability.NullReturnedFromNonnull.rst
  125. clang-analyzer-optin.cplusplus.UninitializedObject.rst
  126. clang-analyzer-optin.cplusplus.VirtualCall.rst
  127. clang-analyzer-optin.mpi.MPI-Checker.rst
  128. clang-analyzer-optin.osx.cocoa.localizability.EmptyLocalizationContextChecker.rst
  129. clang-analyzer-optin.osx.cocoa.localizability.NonLocalizedStringChecker.rst
  130. clang-analyzer-optin.osx.OSObjectCStyleCast.rst
  131. clang-analyzer-optin.performance.GCDAntipattern.rst
  132. clang-analyzer-optin.performance.Padding.rst
  133. clang-analyzer-optin.portability.UnixAPI.rst
  134. clang-analyzer-osx.API.rst
  135. clang-analyzer-osx.cocoa.AtSync.rst
  136. clang-analyzer-osx.cocoa.AutoreleaseWrite.rst
  137. clang-analyzer-osx.cocoa.ClassRelease.rst
  138. clang-analyzer-osx.cocoa.Dealloc.rst
  139. clang-analyzer-osx.cocoa.IncompatibleMethodTypes.rst
  140. clang-analyzer-osx.cocoa.Loops.rst
  141. clang-analyzer-osx.cocoa.MissingSuperCall.rst
  142. clang-analyzer-osx.cocoa.NilArg.rst
  143. clang-analyzer-osx.cocoa.NonNilReturnValue.rst
  144. clang-analyzer-osx.cocoa.NSAutoreleasePool.rst
  145. clang-analyzer-osx.cocoa.NSError.rst
  146. clang-analyzer-osx.cocoa.ObjCGenerics.rst
  147. clang-analyzer-osx.cocoa.RetainCount.rst
  148. clang-analyzer-osx.cocoa.RunLoopAutoreleaseLeak.rst
  149. clang-analyzer-osx.cocoa.SelfInit.rst
  150. clang-analyzer-osx.cocoa.SuperDealloc.rst
  151. clang-analyzer-osx.cocoa.UnusedIvars.rst
  152. clang-analyzer-osx.cocoa.VariadicMethodTypes.rst
  153. clang-analyzer-osx.coreFoundation.CFError.rst
  154. clang-analyzer-osx.coreFoundation.CFNumber.rst
  155. clang-analyzer-osx.coreFoundation.CFRetainRelease.rst
  156. clang-analyzer-osx.coreFoundation.containers.OutOfBounds.rst
  157. clang-analyzer-osx.coreFoundation.containers.PointerSizedValues.rst
  158. clang-analyzer-osx.MIG.rst
  159. clang-analyzer-osx.NumberObjectConversion.rst
  160. clang-analyzer-osx.ObjCProperty.rst
  161. clang-analyzer-osx.OSObjectRetainCount.rst
  162. clang-analyzer-osx.SecKeychainAPI.rst
  163. clang-analyzer-security.FloatLoopCounter.rst
  164. clang-analyzer-security.insecureAPI.bcmp.rst
  165. clang-analyzer-security.insecureAPI.bcopy.rst
  166. clang-analyzer-security.insecureAPI.bzero.rst
  167. clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling.rst
  168. clang-analyzer-security.insecureAPI.getpw.rst
  169. clang-analyzer-security.insecureAPI.gets.rst
  170. clang-analyzer-security.insecureAPI.mkstemp.rst
  171. clang-analyzer-security.insecureAPI.mktemp.rst
  172. clang-analyzer-security.insecureAPI.rand.rst
  173. clang-analyzer-security.insecureAPI.strcpy.rst
  174. clang-analyzer-security.insecureAPI.UncheckedReturn.rst
  175. clang-analyzer-security.insecureAPI.vfork.rst
  176. clang-analyzer-unix.API.rst
  177. clang-analyzer-unix.cstring.BadSizeArg.rst
  178. clang-analyzer-unix.cstring.NullArg.rst
  179. clang-analyzer-unix.Malloc.rst
  180. clang-analyzer-unix.MallocSizeof.rst
  181. clang-analyzer-unix.MismatchedDeallocator.rst
  182. clang-analyzer-unix.Vfork.rst
  183. clang-analyzer-valist.CopyToSelf.rst
  184. clang-analyzer-valist.Uninitialized.rst
  185. clang-analyzer-valist.Unterminated.rst
  186. cppcoreguidelines-avoid-c-arrays.rst
  187. cppcoreguidelines-avoid-goto.rst
  188. cppcoreguidelines-avoid-magic-numbers.rst
  189. cppcoreguidelines-c-copy-assignment-signature.rst
  190. cppcoreguidelines-explicit-virtual-functions.rst
  191. cppcoreguidelines-init-variables.rst
  192. cppcoreguidelines-interfaces-global-init.rst
  193. cppcoreguidelines-macro-usage.rst
  194. cppcoreguidelines-narrowing-conversions.rst
  195. cppcoreguidelines-no-malloc.rst
  196. cppcoreguidelines-non-private-member-variables-in-classes.rst
  197. cppcoreguidelines-owning-memory.rst
  198. cppcoreguidelines-pro-bounds-array-to-pointer-decay.rst
  199. cppcoreguidelines-pro-bounds-constant-array-index.rst
  200. cppcoreguidelines-pro-bounds-pointer-arithmetic.rst
  201. cppcoreguidelines-pro-type-const-cast.rst
  202. cppcoreguidelines-pro-type-cstyle-cast.rst
  203. cppcoreguidelines-pro-type-member-init.rst
  204. cppcoreguidelines-pro-type-reinterpret-cast.rst
  205. cppcoreguidelines-pro-type-static-cast-downcast.rst
  206. cppcoreguidelines-pro-type-union-access.rst
  207. cppcoreguidelines-pro-type-vararg.rst
  208. cppcoreguidelines-slicing.rst
  209. cppcoreguidelines-special-member-functions.rst
  210. darwin-avoid-spinlock.rst
  211. darwin-dispatch-once-nonstatic.rst
  212. fuchsia-default-arguments-calls.rst
  213. fuchsia-default-arguments-declarations.rst
  214. fuchsia-header-anon-namespaces.rst
  215. fuchsia-multiple-inheritance.rst
  216. fuchsia-overloaded-operator.rst
  217. fuchsia-restrict-system-includes.rst
  218. fuchsia-statically-constructed-objects.rst
  219. fuchsia-trailing-return.rst
  220. fuchsia-virtual-inheritance.rst
  221. gen-static-analyzer-docs.py
  222. google-build-explicit-make-pair.rst
  223. google-build-namespaces.rst
  224. google-build-using-namespace.rst
  225. google-default-arguments.rst
  226. google-explicit-constructor.rst
  227. google-global-names-in-headers.rst
  228. google-objc-avoid-nsobject-new.rst
  229. google-objc-avoid-throwing-exception.rst
  230. google-objc-function-naming.rst
  231. google-objc-global-variable-declaration.rst
  232. google-readability-avoid-underscore-in-googletest-name.rst
  233. google-readability-braces-around-statements.rst
  234. google-readability-casting.rst
  235. google-readability-function-size.rst
  236. google-readability-namespace-comments.rst
  237. google-readability-todo.rst
  238. google-runtime-int.rst
  239. google-runtime-operator.rst
  240. google-runtime-references.rst
  241. google-upgrade-googletest-case.rst
  242. hicpp-avoid-c-arrays.rst
  243. hicpp-avoid-goto.rst
  244. hicpp-braces-around-statements.rst
  245. hicpp-deprecated-headers.rst
  246. hicpp-exception-baseclass.rst
  247. hicpp-explicit-conversions.rst
  248. hicpp-function-size.rst
  249. hicpp-invalid-access-moved.rst
  250. hicpp-member-init.rst
  251. hicpp-move-const-arg.rst
  252. hicpp-multiway-paths-covered.rst
  253. hicpp-named-parameter.rst
  254. hicpp-new-delete-operators.rst
  255. hicpp-no-array-decay.rst
  256. hicpp-no-assembler.rst
  257. hicpp-no-malloc.rst
  258. hicpp-noexcept-move.rst
  259. hicpp-signed-bitwise.rst
  260. hicpp-special-member-functions.rst
  261. hicpp-static-assert.rst
  262. hicpp-undelegated-constructor.rst
  263. hicpp-uppercase-literal-suffix.rst
  264. hicpp-use-auto.rst
  265. hicpp-use-emplace.rst
  266. hicpp-use-equals-default.rst
  267. hicpp-use-equals-delete.rst
  268. hicpp-use-noexcept.rst
  269. hicpp-use-nullptr.rst
  270. hicpp-use-override.rst
  271. hicpp-vararg.rst
  272. linuxkernel-must-use-errs.rst
  273. list.rst
  274. llvm-header-guard.rst
  275. llvm-include-order.rst
  276. llvm-namespace-comment.rst
  277. llvm-prefer-isa-or-dyn-cast-in-conditionals.rst
  278. llvm-prefer-register-over-unsigned.rst
  279. llvm-twine-local.rst
  280. misc-definitions-in-headers.rst
  281. misc-misplaced-const.rst
  282. misc-new-delete-overloads.rst
  283. misc-non-copyable-objects.rst
  284. misc-non-private-member-variables-in-classes.rst
  285. misc-redundant-expression.rst
  286. misc-static-assert.rst
  287. misc-throw-by-value-catch-by-reference.rst
  288. misc-unconventional-assign-operator.rst
  289. misc-uniqueptr-reset-release.rst
  290. misc-unused-alias-decls.rst
  291. misc-unused-parameters.rst
  292. misc-unused-using-decls.rst
  293. modernize-avoid-bind.rst
  294. modernize-avoid-c-arrays.rst
  295. modernize-concat-nested-namespaces.rst
  296. modernize-deprecated-headers.rst
  297. modernize-deprecated-ios-base-aliases.rst
  298. modernize-loop-convert.rst
  299. modernize-make-shared.rst
  300. modernize-make-unique.rst
  301. modernize-pass-by-value.rst
  302. modernize-raw-string-literal.rst
  303. modernize-redundant-void-arg.rst
  304. modernize-replace-auto-ptr.rst
  305. modernize-replace-random-shuffle.rst
  306. modernize-return-braced-init-list.rst
  307. modernize-shrink-to-fit.rst
  308. modernize-unary-static-assert.rst
  309. modernize-use-auto.rst
  310. modernize-use-bool-literals.rst
  311. modernize-use-default-member-init.rst
  312. modernize-use-default.rst
  313. modernize-use-emplace.rst
  314. modernize-use-equals-default.rst
  315. modernize-use-equals-delete.rst
  316. modernize-use-nodiscard.rst
  317. modernize-use-noexcept.rst
  318. modernize-use-nullptr.rst
  319. modernize-use-override.rst
  320. modernize-use-trailing-return-type.rst
  321. modernize-use-transparent-functors.rst
  322. modernize-use-uncaught-exceptions.rst
  323. modernize-use-using.rst
  324. mpi-buffer-deref.rst
  325. mpi-type-mismatch.rst
  326. objc-avoid-nserror-init.rst
  327. objc-forbidden-subclassing.rst
  328. objc-missing-hash.rst
  329. objc-property-declaration.rst
  330. objc-super-self.rst
  331. openmp-exception-escape.rst
  332. openmp-use-default-none.rst
  333. performance-faster-string-find.rst
  334. performance-for-range-copy.rst
  335. performance-implicit-cast-in-loop.rst
  336. performance-implicit-conversion-in-loop.rst
  337. performance-inefficient-algorithm.rst
  338. performance-inefficient-string-concatenation.rst
  339. performance-inefficient-vector-operation.rst
  340. performance-move-const-arg.rst
  341. performance-move-constructor-init.rst
  342. performance-noexcept-move-constructor.rst
  343. performance-type-promotion-in-math-fn.rst
  344. performance-unnecessary-copy-initialization.rst
  345. performance-unnecessary-value-param.rst
  346. portability-simd-intrinsics.rst
  347. readability-avoid-const-params-in-decls.rst
  348. readability-braces-around-statements.rst
  349. readability-const-return-type.rst
  350. readability-container-size-empty.rst
  351. readability-convert-member-functions-to-static.rst
  352. readability-delete-null-pointer.rst
  353. readability-deleted-default.rst
  354. readability-else-after-return.rst
  355. readability-function-size.rst
  356. readability-identifier-naming.rst
  357. readability-implicit-bool-cast.rst
  358. readability-implicit-bool-conversion.rst
  359. readability-inconsistent-declaration-parameter-name.rst
  360. readability-isolate-declaration.rst
  361. readability-magic-numbers.rst
  362. readability-misleading-indentation.rst
  363. readability-misplaced-array-index.rst
  364. readability-named-parameter.rst
  365. readability-non-const-parameter.rst
  366. readability-redundant-control-flow.rst
  367. readability-redundant-declaration.rst
  368. readability-redundant-function-ptr-dereference.rst
  369. readability-redundant-member-init.rst
  370. readability-redundant-preprocessor.rst
  371. readability-redundant-smartptr-get.rst
  372. readability-redundant-string-cstr.rst
  373. readability-redundant-string-init.rst
  374. readability-simplify-boolean-expr.rst
  375. readability-simplify-subscript-expr.rst
  376. readability-static-accessed-through-instance.rst
  377. readability-static-definition-in-anonymous-namespace.rst
  378. readability-string-compare.rst
  379. readability-uniqueptr-delete-release.rst
  380. readability-uppercase-literal-suffix.rst
  381. zircon-temporary-objects.rst