..
abseil-duration-addition.rst
[clang-tidy] Fix a typo in the doc.
2019-06-21 07:58:19 +00:00
abseil-duration-comparison.rst
…
abseil-duration-conversion-cast.rst
…
abseil-duration-division.rst
…
abseil-duration-factory-float.rst
…
abseil-duration-factory-scale.rst
Fix some typos in the clang-tools-extra doc
2019-12-19 22:23:35 +01:00
abseil-duration-subtraction.rst
Fix some typos in the clang-tools-extra doc
2019-12-19 22:23:35 +01:00
abseil-duration-unnecessary-conversion.rst
[clang-tidy] Update Abseil Duration Conversion check to find more cases.
2020-03-13 12:52:37 -04:00
abseil-faster-strsplit-delimiter.rst
…
abseil-no-internal-dependencies.rst
…
abseil-no-namespace.rst
…
abseil-redundant-strcat-calls.rst
…
abseil-str-cat-append.rst
…
abseil-string-find-startswith.rst
…
abseil-string-find-str-contains.rst
[clang-tidy] Add abseil-string-find-str-contains checker.
2020-05-28 12:35:57 -04:00
abseil-time-comparison.rst
Fix typo in documentation.
2019-04-26 17:56:22 +00:00
abseil-time-subtraction.rst
[clang-tidy] documentation fixing the actual correct file
2019-02-28 15:39:47 +00:00
abseil-upgrade-duration-conversions.rst
…
android-cloexec-accept.rst
…
android-cloexec-accept4.rst
…
android-cloexec-creat.rst
…
android-cloexec-dup.rst
…
android-cloexec-epoll-create.rst
…
android-cloexec-epoll-create1.rst
…
android-cloexec-fopen.rst
…
android-cloexec-inotify-init.rst
…
android-cloexec-inotify-init1.rst
…
android-cloexec-memfd-create.rst
…
android-cloexec-open.rst
…
android-cloexec-pipe.rst
[docs] Fix a few problems with clang-tool docs to get the bots green again.
2019-06-16 17:57:37 +00:00
android-cloexec-pipe2.rst
android: add a close-on-exec check on pipe2()
2019-06-06 05:21:39 +00:00
android-cloexec-socket.rst
…
android-comparison-in-temp-failure-retry.rst
…
boost-use-to-string.rst
…
bugprone-argument-comment.rst
Add a bugprone-argument-comment option: IgnoreSingleArgument.
2019-09-05 14:48:23 +00:00
bugprone-assert-side-effect.rst
…
bugprone-bad-signal-to-kill-thread.rst
[clang-tidy] Add bugprone-bad-signal-to-kill-thread check and its alias cert-pos44-c
2019-11-11 17:47:14 +01:00
bugprone-bool-pointer-implicit-conversion.rst
…
bugprone-branch-clone.rst
NFC: Fix trivial typos in comments
2020-01-04 10:28:41 -05:00
bugprone-copy-constructor-init.rst
…
bugprone-dangling-handle.rst
…
bugprone-dynamic-static-initializers.rst
Fix documentation build after rL369568
2019-08-21 20:59:16 +00:00
bugprone-exception-escape.rst
Fix some typos in the clang-tools-extra doc
2019-12-19 22:23:35 +01:00
bugprone-fold-init-type.rst
Fix some typos in the clang-tools-extra doc
2019-12-19 22:23:35 +01:00
bugprone-forward-declaration-namespace.rst
…
bugprone-forwarding-reference-overload.rst
…
bugprone-inaccurate-erase.rst
Documentation for bugprone-inaccurate-erase: added an example of a bug that this checker catches
2019-05-08 12:02:31 +00:00
bugprone-incorrect-roundings.rst
…
bugprone-infinite-loop.rst
[clang-tidy] Fix for commits rL372706 and rL372711
2019-10-02 07:14:11 +00:00
bugprone-integer-division.rst
…
bugprone-lambda-function-name.rst
…
bugprone-macro-parentheses.rst
…
bugprone-macro-repeated-side-effects.rst
…
bugprone-misplaced-operator-in-strlen-in-alloc.rst
…
bugprone-misplaced-pointer-arithmetic-in-alloc.rst
[clang-tools-extra] NFC: Fix trivial typo in documents and comments
2020-04-05 15:28:40 +09:00
bugprone-misplaced-widening-cast.rst
…
bugprone-move-forwarding-reference.rst
…
bugprone-multiple-statement-macro.rst
…
bugprone-not-null-terminated-result.rst
[clang-tidy] bugprone-not-null-terminated-result: Sphinx adjustments 2
2019-10-13 08:49:43 +00:00
bugprone-parent-virtual-call.rst
[doc] Fix svn property for bugprone-parent-virtual-call.rst
2019-01-23 06:46:27 +00:00
bugprone-posix-return.rst
[clang-tidy] add checks to bugprone-posix-return
2019-09-16 21:43:56 +00:00
bugprone-reserved-identifier.rst
clang-tidy doc: Fix the syntax to use rst list type
2020-05-10 11:25:20 +02:00
bugprone-signed-char-misuse.rst
[clang-tidy]: Add cert-str34-c alias for bugprone-signed-char-misuse.
2020-05-06 12:36:01 +02:00
bugprone-sizeof-container.rst
…
bugprone-sizeof-expression.rst
…
bugprone-spuriously-wake-up-functions.rst
[clang-tidy] Add spuriously-wake-up-functions check
2020-03-21 12:04:03 +01:00
bugprone-string-constructor.rst
…
bugprone-string-integer-assignment.rst
…
bugprone-string-literal-with-embedded-nul.rst
…
bugprone-suspicious-enum-usage.rst
Fix some typos in the clang-tools-extra doc
2019-12-19 22:23:35 +01:00
bugprone-suspicious-include.rst
[clang-tidy] New check: bugprone-suspicious-include
2020-03-12 09:59:28 -06:00
bugprone-suspicious-memset-usage.rst
…
bugprone-suspicious-missing-comma.rst
…
bugprone-suspicious-semicolon.rst
…
bugprone-suspicious-string-compare.rst
…
bugprone-swapped-arguments.rst
…
bugprone-terminating-continue.rst
…
bugprone-throw-keyword-missing.rst
…
bugprone-too-small-loop-variable.rst
[clang-tidy] Add MagnitudeBitsUpperLimit option to bugprone-too-small-loop-variable
2019-04-14 12:47:48 +00:00
bugprone-undefined-memory-manipulation.rst
…
bugprone-undelegated-constructor.rst
…
bugprone-unhandled-self-assignment.rst
[clang-tidy]: Add cert-oop54-cpp alias for bugprone-unhandled-self-assignment
2019-05-23 20:29:04 +00:00
bugprone-unused-raii.rst
…
bugprone-unused-return-value.rst
Fix some typos in the clang-tools-extra doc
2019-12-19 22:23:35 +01:00
bugprone-use-after-move.rst
…
bugprone-virtual-near-miss.rst
[clang-tools-extra] NFC: Fix trivial typo in documents and comments
2020-04-05 15:28:40 +09:00
cert-con36-c.rst
[clang-tidy] my work: fix sphinx docs
2020-03-21 12:29:39 +01:00
cert-con54-cpp.rst
[clang-tidy] my work: fix sphinx docs
2020-03-21 12:29:39 +01:00
cert-dcl03-c.rst
…
cert-dcl16-c.rst
…
cert-dcl21-cpp.rst
Update documentation for all CERT checks that correspond to a recommendation.
2019-07-22 13:22:08 +00:00
cert-dcl37-c.rst
Add `bugprone-reserved-identifier`
2020-01-17 08:44:21 -05:00
cert-dcl50-cpp.rst
…
cert-dcl51-cpp.rst
Add `bugprone-reserved-identifier`
2020-01-17 08:44:21 -05:00
cert-dcl54-cpp.rst
…
cert-dcl58-cpp.rst
…
cert-dcl59-cpp.rst
…
cert-env33-c.rst
…
cert-err09-cpp.rst
Update documentation for all CERT checks that correspond to a recommendation.
2019-07-22 13:22:08 +00:00
cert-err34-c.rst
…
cert-err52-cpp.rst
…
cert-err58-cpp.rst
…
cert-err60-cpp.rst
…
cert-err61-cpp.rst
…
cert-fio38-c.rst
…
cert-flp30-c.rst
…
cert-mem57-cpp.rst
NFC: Fix trivial typos in comments
2020-01-04 10:28:41 -05:00
cert-msc30-c.rst
…
cert-msc32-c.rst
…
cert-msc50-cpp.rst
…
cert-msc51-cpp.rst
…
cert-oop11-cpp.rst
Update documentation for all CERT checks that correspond to a recommendation.
2019-07-22 13:22:08 +00:00
cert-oop54-cpp.rst
[clang-tidy]: Add cert-oop54-cpp alias for bugprone-unhandled-self-assignment
2019-05-23 20:29:04 +00:00
cert-oop57-cpp.rst
[clang-tidy] Add check for CERT-OOP57-CPP
2020-01-20 17:09:03 +00:00
cert-oop58-cpp.rst
[clang-tidy] Add cert-oop58-cpp check
2019-12-15 16:30:14 +01:00
cert-pos44-c.rst
[clang-tidy] Add bugprone-bad-signal-to-kill-thread check and its alias cert-pos44-c
2019-11-11 17:47:14 +01:00
cert-str34-c.rst
[clang-tidy]: Add cert-str34-c alias for bugprone-signed-char-misuse.
2020-05-06 12:36:01 +02:00
clang-analyzer-core.CallAndMessage.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-core.DivideZero.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-core.DynamicTypePropagation.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-core.NonNullParamChecker.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-core.NullDereference.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-core.StackAddressEscape.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-core.UndefinedBinaryOperatorResult.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-core.VLASize.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-core.uninitialized.ArraySubscript.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-core.uninitialized.Assign.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-core.uninitialized.Branch.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-core.uninitialized.CapturedBlockVariable.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-core.uninitialized.UndefReturn.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-cplusplus.InnerPointer.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-cplusplus.Move.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-cplusplus.NewDelete.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-cplusplus.NewDeleteLeaks.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-deadcode.DeadStores.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-nullability.NullPassedToNonnull.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-nullability.NullReturnedFromNonnull.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-nullability.NullableDereferenced.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-nullability.NullablePassedToNonnull.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-nullability.NullableReturnedFromNonnull.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-optin.cplusplus.UninitializedObject.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-optin.cplusplus.VirtualCall.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-optin.mpi.MPI-Checker.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-optin.osx.OSObjectCStyleCast.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-optin.osx.cocoa.localizability.EmptyLocalizationContextChecker.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-optin.osx.cocoa.localizability.NonLocalizedStringChecker.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-optin.performance.GCDAntipattern.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-optin.performance.Padding.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-optin.portability.UnixAPI.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.API.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.MIG.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.NumberObjectConversion.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.OSObjectRetainCount.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.ObjCProperty.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.SecKeychainAPI.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.cocoa.AtSync.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.cocoa.AutoreleaseWrite.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.cocoa.ClassRelease.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.cocoa.Dealloc.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.cocoa.IncompatibleMethodTypes.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.cocoa.Loops.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.cocoa.MissingSuperCall.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.cocoa.NSAutoreleasePool.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.cocoa.NSError.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.cocoa.NilArg.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.cocoa.NonNilReturnValue.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.cocoa.ObjCGenerics.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.cocoa.RetainCount.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.cocoa.RunLoopAutoreleaseLeak.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.cocoa.SelfInit.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.cocoa.SuperDealloc.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.cocoa.UnusedIvars.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.cocoa.VariadicMethodTypes.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.coreFoundation.CFError.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.coreFoundation.CFNumber.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.coreFoundation.CFRetainRelease.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.coreFoundation.containers.OutOfBounds.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-osx.coreFoundation.containers.PointerSizedValues.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-security.FloatLoopCounter.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-security.insecureAPI.UncheckedReturn.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-security.insecureAPI.bcmp.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-security.insecureAPI.bcopy.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-security.insecureAPI.bzero.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-security.insecureAPI.getpw.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-security.insecureAPI.gets.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-security.insecureAPI.mkstemp.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-security.insecureAPI.mktemp.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-security.insecureAPI.rand.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-security.insecureAPI.strcpy.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-security.insecureAPI.vfork.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-unix.API.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-unix.Malloc.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-unix.MallocSizeof.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-unix.MismatchedDeallocator.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-unix.Vfork.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-unix.cstring.BadSizeArg.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-unix.cstring.NullArg.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-valist.CopyToSelf.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-valist.Uninitialized.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
clang-analyzer-valist.Unterminated.rst
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
cppcoreguidelines-avoid-c-arrays.rst
…
cppcoreguidelines-avoid-goto.rst
…
cppcoreguidelines-avoid-magic-numbers.rst
…
cppcoreguidelines-avoid-non-const-global-variables.rst
Add CppCoreGuidelines I.2 "Avoid non-const global variables" check
2020-03-13 10:05:13 -04:00
cppcoreguidelines-c-copy-assignment-signature.rst
…
cppcoreguidelines-explicit-virtual-functions.rst
[clang-tidy] include cppcoreguidelines-explicit-virtual-functions in list of checks and fix redirection
2019-02-28 15:47:10 +00:00
cppcoreguidelines-init-variables.rst
Add the misc-init-local-variables check.
2019-10-02 17:18:57 +00:00
cppcoreguidelines-interfaces-global-init.rst
…
cppcoreguidelines-macro-usage.rst
…
cppcoreguidelines-narrowing-conversions.rst
…
cppcoreguidelines-no-malloc.rst
…
cppcoreguidelines-non-private-member-variables-in-classes.rst
…
cppcoreguidelines-owning-memory.rst
Fix some typos in the clang-tools-extra doc
2019-12-19 22:23:35 +01:00
cppcoreguidelines-pro-bounds-array-to-pointer-decay.rst
…
cppcoreguidelines-pro-bounds-constant-array-index.rst
…
cppcoreguidelines-pro-bounds-pointer-arithmetic.rst
…
cppcoreguidelines-pro-type-const-cast.rst
…
cppcoreguidelines-pro-type-cstyle-cast.rst
…
cppcoreguidelines-pro-type-member-init.rst
[docs] Fix another bot warning by adding a blank line to separate the `option::` command from the text below.
2019-06-16 18:41:31 +00:00
cppcoreguidelines-pro-type-reinterpret-cast.rst
…
cppcoreguidelines-pro-type-static-cast-downcast.rst
…
cppcoreguidelines-pro-type-union-access.rst
…
cppcoreguidelines-pro-type-vararg.rst
…
cppcoreguidelines-slicing.rst
…
cppcoreguidelines-special-member-functions.rst
Add AllowMissingMoveFunctionsWhenCopyIsDeleted flag to cppcoreguidelines-special-member-functions
2020-03-16 08:14:48 -04:00
darwin-avoid-spinlock.rst
[clang-tidy] Rename objc-avoid-spinlock check to darwin-avoid-spinlock
2019-10-01 21:18:40 +00:00
darwin-dispatch-once-nonstatic.rst
[clang-tidy] New check to warn when storing dispatch_once_t in non-static, non-global storage.
2019-09-27 10:49:12 +00:00
fuchsia-default-arguments-calls.rst
[clang-tidy] Split fuchsia-default-arguments
2019-06-18 18:07:33 +00:00
fuchsia-default-arguments-declarations.rst
[clang-tidy] Split fuchsia-default-arguments
2019-06-18 18:07:33 +00:00
fuchsia-header-anon-namespaces.rst
…
fuchsia-multiple-inheritance.rst
…
fuchsia-overloaded-operator.rst
…
fuchsia-statically-constructed-objects.rst
…
fuchsia-trailing-return.rst
…
fuchsia-virtual-inheritance.rst
…
gen-static-analyzer-docs.py
[clang-tidy] Adding static analyzer check to list of clang-tidy checks
2019-08-02 17:18:31 +00:00
google-build-explicit-make-pair.rst
…
google-build-namespaces.rst
…
google-build-using-namespace.rst
…
google-default-arguments.rst
…
google-explicit-constructor.rst
…
google-global-names-in-headers.rst
…
google-objc-avoid-nsobject-new.rst
[clang-tidy] New check calling out uses of +new in Objective-C code
2019-05-23 12:01:26 +00:00
google-objc-avoid-throwing-exception.rst
[Documentation] Use HTTPS whenever possible.
2019-01-22 19:19:48 +00:00
google-objc-function-naming.rst
…
google-objc-global-variable-declaration.rst
[Documentation] Use HTTPS whenever possible.
2019-01-22 19:19:48 +00:00
google-readability-avoid-underscore-in-googletest-name.rst
[clang-tidy] Add check for underscores in googletest names.
2019-01-25 10:03:49 +00:00
google-readability-braces-around-statements.rst
…
google-readability-casting.rst
…
google-readability-function-size.rst
…
google-readability-namespace-comments.rst
…
google-readability-todo.rst
…
google-runtime-int.rst
Fix some typos in the clang-tools-extra doc
2019-12-19 22:23:35 +01:00
google-runtime-operator.rst
…
google-runtime-references.rst
[clang-tidy] As part of using inclusive language within
2020-06-20 15:20:11 -07:00
google-upgrade-googletest-case.rst
[clang-tidy]: Google: new check 'google-upgrade-googletest-case'
2019-07-29 21:38:56 +00:00
hicpp-avoid-c-arrays.rst
…
hicpp-avoid-goto.rst
…
hicpp-braces-around-statements.rst
…
hicpp-deprecated-headers.rst
…
hicpp-exception-baseclass.rst
…
hicpp-explicit-conversions.rst
…
hicpp-function-size.rst
…
hicpp-invalid-access-moved.rst
…
hicpp-member-init.rst
…
hicpp-move-const-arg.rst
…
hicpp-multiway-paths-covered.rst
Fix some typos in the clang-tools-extra doc
2019-12-19 22:23:35 +01:00
hicpp-named-parameter.rst
…
hicpp-new-delete-operators.rst
…
hicpp-no-array-decay.rst
…
hicpp-no-assembler.rst
…
hicpp-no-malloc.rst
…
hicpp-noexcept-move.rst
[clang-tidy] [doc] Fix hicpp-noexcept-move alias links.
2020-04-09 10:48:08 +02:00
hicpp-signed-bitwise.rst
Add an option to hicpp-signed-bitwise for positive integer literals.
2019-10-30 14:11:29 -04:00
hicpp-special-member-functions.rst
…
hicpp-static-assert.rst
…
hicpp-undelegated-constructor.rst
NFC: Fix trivial typos in comments
2020-01-04 10:28:41 -05:00
hicpp-uppercase-literal-suffix.rst
…
hicpp-use-auto.rst
…
hicpp-use-emplace.rst
…
hicpp-use-equals-default.rst
…
hicpp-use-equals-delete.rst
…
hicpp-use-noexcept.rst
…
hicpp-use-nullptr.rst
…
hicpp-use-override.rst
…
hicpp-vararg.rst
…
linuxkernel-must-use-errs.rst
[clang-tidy] Fix the documentation for linuxkernel-must-use-errs.
2019-07-30 16:49:28 +00:00
list.rst
[clang-tidy] Improved accuracy of check list updater script
2020-06-22 11:07:24 +01:00
llvm-header-guard.rst
…
llvm-include-order.rst
[Documentation] Use HTTPS whenever possible.
2019-01-22 19:19:48 +00:00
llvm-namespace-comment.rst
[Documentation] Use HTTPS whenever possible.
2019-01-22 19:19:48 +00:00
llvm-prefer-isa-or-dyn-cast-in-conditionals.rst
[clang-tidy] Add new checker: llvm-prefer-isa-or-dyn-cast-in-conditionals
2019-04-24 21:25:57 +00:00
llvm-prefer-register-over-unsigned.rst
[clang-tidy] Add llvm-prefer-register-over-unsigned to clang-tidy
2019-08-30 20:01:59 +00:00
llvm-qualified-auto.rst
Added readability-qualified-auto check
2020-01-14 14:06:46 -05:00
llvm-twine-local.rst
…
llvmlibc-callee-namespace.rst
[clang-tidy] Add check callee-namespace.
2020-04-28 17:22:23 -07:00
llvmlibc-implementation-in-namespace.rst
[clang-tidy] Add check llvmlibc-implementation-in-namespace.
2020-04-06 10:49:49 -07:00
llvmlibc-restrict-system-libc-headers.rst
[clang-tidy] Merge common code between llvmlibc-restrict-system-libc-headers and portability-restrict-system-includes
2020-03-20 15:53:05 -07:00
misc-definitions-in-headers.rst
[clang-tidy] No misc-definitions-in-headers warning on C++14 variable templates.
2020-02-12 16:56:31 +01:00
misc-misplaced-const.rst
Extend misc-misplaced-const to detect using declarations as well as typedef
2020-01-22 15:26:11 -05:00
misc-new-delete-overloads.rst
…
misc-no-recursion.rst
[clang-tidy] misc-no-recursion: a new check
2020-02-13 23:37:53 +03:00
misc-non-copyable-objects.rst
…
misc-non-private-member-variables-in-classes.rst
…
misc-redundant-expression.rst
…
misc-static-assert.rst
…
misc-throw-by-value-catch-by-reference.rst
Update documentation for all CERT checks that correspond to a recommendation.
2019-07-22 13:22:08 +00:00
misc-unconventional-assign-operator.rst
…
misc-uniqueptr-reset-release.rst
…
misc-unused-alias-decls.rst
…
misc-unused-parameters.rst
Revert two patches, not ready to be shared
2020-05-10 11:27:13 +02:00
misc-unused-using-decls.rst
…
modernize-avoid-bind.rst
Revert two patches, not ready to be shared
2020-05-10 11:27:13 +02:00
modernize-avoid-c-arrays.rst
[clang-tidy] modernize-avoid-c-arrays: avoid main function (PR40604)
2019-02-06 19:17:30 +00:00
modernize-concat-nested-namespaces.rst
…
modernize-deprecated-headers.rst
Fix some typos in the clang-tools-extra doc
2019-12-19 22:23:35 +01:00
modernize-deprecated-ios-base-aliases.rst
Revert two patches, not ready to be shared
2020-05-10 11:27:13 +02:00
modernize-loop-convert.rst
Revert two patches, not ready to be shared
2020-05-10 11:27:13 +02:00
modernize-make-shared.rst
Revert two patches, not ready to be shared
2020-05-10 11:27:13 +02:00
modernize-make-unique.rst
…
modernize-pass-by-value.rst
[Documentation] Use HTTPS whenever possible.
2019-01-22 19:19:48 +00:00
modernize-raw-string-literal.rst
…
modernize-redundant-void-arg.rst
…
modernize-replace-auto-ptr.rst
…
modernize-replace-disallow-copy-and-assign-macro.rst
[clang-tidy]: Added modernize-replace-disallow-copy-and-assign-macro
2020-06-03 16:56:03 -04:00
modernize-replace-random-shuffle.rst
…
modernize-return-braced-init-list.rst
…
modernize-shrink-to-fit.rst
…
modernize-unary-static-assert.rst
…
modernize-use-auto.rst
…
modernize-use-bool-literals.rst
Revert two patches, not ready to be shared
2020-05-10 11:27:13 +02:00
modernize-use-default-member-init.rst
…
modernize-use-default.rst
…
modernize-use-emplace.rst
[Documentation] Use HTTPS whenever possible.
2019-01-22 19:19:48 +00:00
modernize-use-equals-default.rst
…
modernize-use-equals-delete.rst
…
modernize-use-nodiscard.rst
…
modernize-use-noexcept.rst
…
modernize-use-nullptr.rst
…
modernize-use-override.rst
Fix some typos in the clang-tools-extra doc
2019-12-19 22:23:35 +01:00
modernize-use-trailing-return-type.rst
Recommit r360345 with fixes (was reverted in r360348).
2019-05-10 16:24:28 +00:00
modernize-use-transparent-functors.rst
…
modernize-use-uncaught-exceptions.rst
…
modernize-use-using.rst
[clang-tidy] modernize-use-using uses AST and now supports struct defintions and multiple types in a typedef
2020-01-07 16:36:11 -05:00
mpi-buffer-deref.rst
…
mpi-type-mismatch.rst
…
objc-avoid-nserror-init.rst
…
objc-dealloc-in-category.rst
Create a clang-tidy check to warn when -dealloc is implemented inside an ObjC class category.
2020-02-10 08:56:28 -07:00
objc-forbidden-subclassing.rst
…
objc-missing-hash.rst
[clang-tidy] Add check for classes missing -hash ⚠️
2019-09-21 01:22:22 +00:00
objc-nsinvocation-argument-lifetime.rst
[clang-tidy] Add check to find calls to NSInvocation methods under ARC that don't have proper object argument lifetimes.
2020-04-10 08:51:21 -07:00
objc-property-declaration.rst
[clang-tidy] Delete obsolete objc-property-declaration options ✂️
2019-02-16 04:27:12 +00:00
objc-super-self.rst
[clang-tidy] Add a check for [super self] in initializers 🔍
2019-04-17 22:29:06 +00:00
openmp-exception-escape.rst
[clang-tidy] openmp-exception-escape - a new check
2019-03-22 19:46:25 +00:00
openmp-use-default-none.rst
[clang-tidy] openmp-use-default-none - a new check
2019-03-22 19:46:12 +00:00
performance-faster-string-find.rst
[clang-tidy] performance-faster-string-find string-view
2020-06-30 16:45:59 +01:00
performance-for-range-copy.rst
…
performance-implicit-cast-in-loop.rst
…
performance-implicit-conversion-in-loop.rst
…
performance-inefficient-algorithm.rst
Fix some typos in the clang-tools-extra doc
2019-12-19 22:23:35 +01:00
performance-inefficient-string-concatenation.rst
…
performance-inefficient-vector-operation.rst
[clang-tools-extra] NFC: Fix trivial typo in documents and comments
2020-04-05 15:28:40 +09:00
performance-move-const-arg.rst
…
performance-move-constructor-init.rst
…
performance-no-automatic-move.rst
[clang-tidy] new performance-no-automatic-move check.
2019-11-22 08:47:55 +01:00
performance-noexcept-move-constructor.rst
…
performance-trivially-destructible.rst
[clang-tidy] New checker performance-trivially-destructible-check
2019-11-01 16:16:49 +01:00
performance-type-promotion-in-math-fn.rst
…
performance-unnecessary-copy-initialization.rst
…
performance-unnecessary-value-param.rst
…
portability-restrict-system-includes.rst
[clang-tools-extra] NFC: Fix trivial typo in documents and comments
2020-04-05 15:28:40 +09:00
portability-simd-intrinsics.rst
Replaced C++2a with C++20 in clang-tools-extra
2020-06-03 14:54:10 +02:00
readability-avoid-const-params-in-decls.rst
…
readability-braces-around-statements.rst
…
readability-const-return-type.rst
…
readability-container-size-empty.rst
…
readability-convert-member-functions-to-static.rst
[clang-tools-extra] NFC: Fix trivial typo in documents and comments
2020-04-05 15:28:40 +09:00
readability-delete-null-pointer.rst
…
readability-deleted-default.rst
…
readability-else-after-return.rst
[clang-tidy] Added option to readability-else-after-return
2020-06-30 19:34:45 +01:00
readability-function-size.rst
…
readability-identifier-naming.rst
[clang-tidy] Added MacroDefiniton docs for readability-identifier-naming
2020-06-03 09:23:32 +01:00
readability-implicit-bool-cast.rst
…
readability-implicit-bool-conversion.rst
Fix some typos in the clang-tools-extra doc
2019-12-19 22:23:35 +01:00
readability-inconsistent-declaration-parameter-name.rst
…
readability-isolate-declaration.rst
…
readability-magic-numbers.rst
Optionally exclude bitfield definitions from magic numbers check
2019-12-07 12:33:10 -05:00
readability-make-member-function-const.rst
Revert "[Docs] Fix typo and test git commit access. NFC."
2020-06-27 18:58:03 +08:00
readability-misleading-indentation.rst
…
readability-misplaced-array-index.rst
…
readability-named-parameter.rst
…
readability-non-const-parameter.rst
…
readability-qualified-auto.rst
Fix Sphinx failure on ReadabilityQualifiedAuto docs
2020-02-11 02:03:37 +00:00
readability-redundant-access-specifiers.rst
Add the readability-redundant-access-specifiers check.
2019-10-30 13:30:57 -04:00
readability-redundant-control-flow.rst
…
readability-redundant-declaration.rst
…
readability-redundant-function-ptr-dereference.rst
…
readability-redundant-member-init.rst
[NFC] Attempting to fix sphinx build failure with badly encoded characters from incoming patch.
2019-11-19 11:39:26 -05:00
readability-redundant-preprocessor.rst
…
readability-redundant-smartptr-get.rst
…
readability-redundant-string-cstr.rst
…
readability-redundant-string-init.rst
[clang-tidy] Give readability-redundant-string-init a customizable list of string types to fix
2019-11-15 18:09:42 -05:00
readability-simplify-boolean-expr.rst
…
readability-simplify-subscript-expr.rst
…
readability-static-accessed-through-instance.rst
…
readability-static-definition-in-anonymous-namespace.rst
…
readability-string-compare.rst
…
readability-uniqueptr-delete-release.rst
…
readability-uppercase-literal-suffix.rst
…
readability-use-anyofallof.rst
[clang-tidy] add new check readability-use-anyofallof
2020-06-03 12:19:06 +02:00
zircon-temporary-objects.rst
…