Home
last modified time | relevance | path

Searched refs:bugprone (Results 1 – 25 of 200) sorted by relevance

12345678

/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dlist.rst51 `bugprone-argument-comment <bugprone-argument-comment.html>`_, "Yes"
52 `bugprone-assert-side-effect <bugprone-assert-side-effect.html>`_,
53 `bugprone-bad-signal-to-kill-thread <bugprone-bad-signal-to-kill-thread.html>`_,
54 …`bugprone-bool-pointer-implicit-conversion <bugprone-bool-pointer-implicit-conversion.html>`_, "Ye…
55 `bugprone-branch-clone <bugprone-branch-clone.html>`_,
56 `bugprone-copy-constructor-init <bugprone-copy-constructor-init.html>`_, "Yes"
57 `bugprone-dangling-handle <bugprone-dangling-handle.html>`_,
58 `bugprone-dynamic-static-initializers <bugprone-dynamic-static-initializers.html>`_,
59 `bugprone-exception-escape <bugprone-exception-escape.html>`_,
60 `bugprone-fold-init-type <bugprone-fold-init-type.html>`_,
[all …]
Dcert-dcl51-cpp.rst3 :http-equiv=refresh: 5;URL=bugprone-reserved-identifier.html
9 `bugprone-reserved-identifier <bugprone-reserved-identifier.html>`_ for more
Dcert-sig30-c.rst3 :http-equiv=refresh: 5;URL=bugprone-signal-handler.html
9 `bugprone-signal-handler <bugprone-signal-handler.html>`_
Dcert-dcl37-c.rst3 :http-equiv=refresh: 5;URL=bugprone-reserved-identifier.html
9 `bugprone-reserved-identifier <bugprone-reserved-identifier.html>`_ for more
Dcert-str34-c.rst3 :http-equiv=refresh: 5;URL=bugprone-signed-char-misuse.html
9 `bugprone-signed-char-misuse <bugprone-signed-char-misuse.html>`_
Dcert-oop54-cpp.rst3 :http-equiv=refresh: 5;URL=bugprone-unhandled-self-assignment.html
9 `bugprone-unhandled-self-assignment <bugprone-unhandled-self-assignment.html>`_
Dcert-con54-cpp.rst3 :http-equiv=refresh: 5;URL=bugprone-spuriously-wake-up-functions.html
9 `bugprone-spuriously-wake-up-functions <bugprone-spuriously-wake-up-functions.html>`_
Dcert-con36-c.rst3 :http-equiv=refresh: 5;URL=bugprone-spuriously-wake-up-functions.html
9 `bugprone-spuriously-wake-up-functions <bugprone-spuriously-wake-up-functions.html>`_
Dcert-pos44-c.rst3 :http-equiv=refresh: 5;URL=bugprone-bad-signal-to-kill-thread.html
9 `bugprone-bad-signal-to-kill-thread <bugprone-bad-signal-to-kill-thread.html>`_ for more informatio…
Dhicpp-invalid-access-moved.rst3 :http-equiv=refresh: 5;URL=bugprone-use-after-move.html
8 This check is an alias for `bugprone-use-after-move <bugprone-use-after-move.html>`_.
Dbugprone-parent-virtual-call.rst1 .. title:: clang-tidy - bugprone-parent-virtual-call
3 bugprone-parent-virtual-call
22 …e A::foo refers to a member overridden in subclass; did you mean 'B'? [bugprone-parent-virtual-ca…
Dhicpp-undelegated-constructor.rst3 :http-equiv=refresh: 5;URL=bugprone-undelegated-constructor.html
8 This check is an alias for `bugprone-undelegated-constructor <bugprone-undelegated-constructor.html…
Dbugprone-swapped-arguments.rst1 .. title:: clang-tidy - bugprone-swapped-arguments
3 bugprone-swapped-arguments
Dbugprone-macro-repeated-side-effects.rst1 .. title:: clang-tidy - bugprone-macro-repeated-side-effects
3 bugprone-macro-repeated-side-effects
Dbugprone-undefined-memory-manipulation.rst1 .. title:: clang-tidy - bugprone-undefined-memory-manipulation
3 bugprone-undefined-memory-manipulation
Dbugprone-bool-pointer-implicit-conversion.rst1 .. title:: clang-tidy - bugprone-bool-pointer-implicit-conversion
3 bugprone-bool-pointer-implicit-conversion
Dbugprone-undelegated-constructor.rst1 .. title:: clang-tidy - bugprone-undelegated-constructor
3 bugprone-undelegated-constructor
Dbugprone-terminating-continue.rst1 .. title:: clang-tidy - bugprone-terminating-continue
3 bugprone-terminating-continue
/external/llvm-project/clang-tools-extra/clang-tidy/cert/
DCERTTidyModule.cpp49 CheckFactories.registerCheck<bugprone::SpuriouslyWakeUpFunctionsCheck>( in addCheckFactories()
55 CheckFactories.registerCheck<bugprone::ReservedIdentifierCheck>( in addCheckFactories()
81 CheckFactories.registerCheck<bugprone::UnhandledSelfAssignmentCheck>( in addCheckFactories()
90 CheckFactories.registerCheck<bugprone::SpuriouslyWakeUpFunctionsCheck>( in addCheckFactories()
96 CheckFactories.registerCheck<bugprone::ReservedIdentifierCheck>( in addCheckFactories()
111 CheckFactories.registerCheck<bugprone::BadSignalToKillThreadCheck>( in addCheckFactories()
114 CheckFactories.registerCheck<bugprone::SignalHandlerCheck>("cert-sig30-c"); in addCheckFactories()
116 CheckFactories.registerCheck<bugprone::SignedCharMisuseCheck>( in addCheckFactories()
/external/skia/
D.clang-tidy3 bugprone-argument-comment,
4 bugprone-bool-pointer-implicit-conversion,
5 bugprone-suspicious-string-compare,
6 bugprone-undelegated-constructor,
7 bugprone-unused-raii,
8 bugprone-use-after-move,
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-no-escape.m1 // RUN: %check_clang_tidy %s bugprone-no-escape %t
2 // RUN: %check_clang_tidy %s -assume-filename=bugprone-no-escape.c bugprone-no-escape %t -- -- -fbl…
15 … 'p' with attribute 'noescape' is captured by an asynchronously-executed block [bugprone-no-escape]
21 … 'p' with attribute 'noescape' is captured by an asynchronously-executed block [bugprone-no-escape]
/external/rust/crates/grpcio/
D.clang-tidy6 bugprone-*,
7 -bugprone-narrowing-conversions,
8 -bugprone-too-small-loop-variable,
/external/rust/crates/grpcio-sys/grpc/
D.clang-tidy6 bugprone-*,
7 -bugprone-narrowing-conversions,
8 -bugprone-too-small-loop-variable,
/external/llvm-project/clang-tools-extra/docs/
DReleaseNotes.rst111 - New :doc:`bugprone-misplaced-pointer-arithmetic-in-alloc
112 <clang-tidy/checks/bugprone-misplaced-pointer-arithmetic-in-alloc>` check.
114 - New :doc:`bugprone-redundant-branch-condition
115 <clang-tidy/checks/bugprone-redundant-branch-condition>` check.
126 - New :doc:`bugprone-signal-handler
127 <clang-tidy/checks/bugprone-signal-handler>` check.
135 Alias to the :doc:`bugprone-signal-handler
136 <clang-tidy/checks/bugprone-signal-handler>` check.
/external/grpc-grpc/
D.clang-tidy2 …uild-namespaces,google-build-explicit-make-pair,readability-function-size,performance-*,bugprone-*'
3 …ize-use-nullptr,google-build-explicit-make-pair,readability-function-size,performance-*,bugprone-*'

12345678