Home
last modified time | relevance | path

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

12345678910>>...110

/dports/math/vtk9/VTK-9.1.0/ThirdParty/
H A D.clang-tidy5 bugprone-*,\
6 -bugprone-branch-clone,\
7 -bugprone-copy-constructor-init,\
8 -bugprone-exception-escape,\
9 -bugprone-fold-init-type,\
10 -bugprone-infinite-loop,\
11 -bugprone-integer-division,\
12 -bugprone-macro-parentheses,\
19 -bugprone-signed-char-misuse,\
20 -bugprone-sizeof-expression,\
[all …]
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/
H A D.clang-tidy2 bugprone-argument-comment
3 bugprone-assert-side-effect
5 bugprone-branch-clone
7 bugprone-dangling-handle
9 bugprone-fold-init-type
12 bugprone-inaccurate-erase
14 bugprone-integer-division
16 bugprone-macro-parentheses
23 bugprone-no-escape
26 bugprone-posix-return
[all …]
/dports/graphics/okular/okular-21.12.3/
H A D.clang-tidy2bugprone-*,readability-inconsistent-declaration-parameter-name,readability-string-compare,moderniz…
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/docs/clang-tidy/checks/
H A Dlist.rst22 bugprone-argument-comment
23 bugprone-assert-side-effect
26 bugprone-dangling-handle
27 bugprone-exception-escape
28 bugprone-fold-init-type
31 bugprone-inaccurate-erase
33 bugprone-integer-division
35 bugprone-macro-parentheses
42 bugprone-sizeof-container
57 bugprone-unused-raii
[all …]
/dports/graphics/blender/blender-2.91.0/
H A D.clang-tidy23 bugprone-*,
24 -bugprone-narrowing-conversions,
25 -bugprone-unhandled-self-assignment,
26 -bugprone-branch-clone,
27 -bugprone-macro-parentheses,
28 -bugprone-reserved-identifier,
30 -bugprone-sizeof-expression,
31 -bugprone-integer-division,
33 -bugprone-exception-escape,
34 -bugprone-redundant-branch-condition,
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/docs/
H A DReleaseNotes.rst57 - New :doc:`bugprone-exception-escape
58 <clang-tidy/checks/bugprone-exception-escape>` check
63 - New :doc:`bugprone-parent-virtual-call
69 - New :doc:`bugprone-terminating-continue
74 - New :doc:`bugprone-throw-keyword-missing
80 - New :doc:`bugprone-unused-return-value
201 <clang-tidy/checks/bugprone-macro-parentheses>`
210 <clang-tidy/checks/bugprone-sizeof-container>`
213 <clang-tidy/checks/bugprone-sizeof-expression>`
237 <clang-tidy/checks/bugprone-swapped-arguments>`
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/docs/clang-tidy/checks/
H A Dlist.rst40 bugprone-argument-comment
43 bugprone-branch-clone
45 bugprone-dangling-handle
46 bugprone-exception-escape
47 bugprone-fold-init-type
50 bugprone-inaccurate-erase
52 bugprone-integer-division
61 bugprone-posix-return
62 bugprone-sizeof-container
79 bugprone-unused-raii
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/docs/clang-tidy/checks/
H A Dlist.rst33 bugprone-argument-comment
34 bugprone-assert-side-effect
37 bugprone-dangling-handle
38 bugprone-exception-escape
39 bugprone-fold-init-type
42 bugprone-inaccurate-erase
44 bugprone-integer-division
46 bugprone-macro-parentheses
53 bugprone-sizeof-container
69 bugprone-unused-raii
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/cert/
H A DCERTTidyModule.cpp51 CheckFactories.registerCheck<bugprone::SpuriouslyWakeUpFunctionsCheck>( in addCheckFactories()
57 CheckFactories.registerCheck<bugprone::ReservedIdentifierCheck>( in addCheckFactories()
83 CheckFactories.registerCheck<bugprone::UnhandledSelfAssignmentCheck>( in addCheckFactories()
92 CheckFactories.registerCheck<bugprone::SpuriouslyWakeUpFunctionsCheck>( in addCheckFactories()
98 CheckFactories.registerCheck<bugprone::ReservedIdentifierCheck>( in addCheckFactories()
103 CheckFactories.registerCheck<bugprone::SuspiciousMemoryComparisonCheck>( in addCheckFactories()
107 CheckFactories.registerCheck<bugprone::SuspiciousMemoryComparisonCheck>( in addCheckFactories()
118 CheckFactories.registerCheck<bugprone::BadSignalToKillThreadCheck>( in addCheckFactories()
124 CheckFactories.registerCheck<bugprone::SignalHandlerCheck>("cert-sig30-c"); in addCheckFactories()
126 CheckFactories.registerCheck<bugprone::SignedCharMisuseCheck>( in addCheckFactories()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/
H A D.clang-tidy36 bugprone-assert-side-effect,
37 bugprone-copy-constructor-init,
38 bugprone-forward-declaration-namespace,
39 bugprone-move-forwarding-reference,
40 bugprone-parent-virtual-call,
41 bugprone-too-small-loop-variable,
42 bugprone-undefined-memory-manipulation,
43 bugprone-unhandled-self-assignment,
44 bugprone-multiple-statement-macro,
45 bugprone-macro-parentheses,
[all …]
/dports/math/onednn/oneDNN-2.5.1/
H A D.clang-tidy36 bugprone-assert-side-effect,
37 bugprone-copy-constructor-init,
38 bugprone-forward-declaration-namespace,
39 bugprone-move-forwarding-reference,
40 bugprone-parent-virtual-call,
41 bugprone-too-small-loop-variable,
42 bugprone-undefined-memory-manipulation,
43 bugprone-unhandled-self-assignment,
44 bugprone-multiple-statement-macro,
45 bugprone-macro-parentheses,
[all …]
/dports/math/vtk9/VTK-9.1.0/
H A D.clang-tidy4 bugprone-*,\
5 -bugprone-argument-comment,\
6 -bugprone-branch-clone,\
7 -bugprone-fold-init-type,\
8 -bugprone-incorrect-roundings,\
9 -bugprone-infinite-loop,\
10 -bugprone-integer-division,\
11 -bugprone-macro-parentheses,\
13 -bugprone-narrowing-conversions,\
15 -bugprone-reserved-identifier,\
[all …]
/dports/devel/kio-extras/kio-extras-21.12.3/smb/kdsoap-ws-discovery-client/
H A D.clang-tidy7 bugprone-*,
20 -bugprone-branch-clone,
28 - key: bugprone-argument-comment.CommentBoolLiterals
32 - key: bugprone-argument-comment.CommentFloatLiterals
36 - key: bugprone-argument-comment.CommentNullPtrs
42 - key: bugprone-argument-comment.StrictMode
44 - key: bugprone-assert-side-effect.AssertMacros
48 - key: bugprone-dangling-handle.HandleClasses
52 - key: bugprone-exception-escape.IgnoredExceptions
62 - key: bugprone-sizeof-expression.WarnOnSizeOfThis
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/build/build-clang/
H A Dbug-1605181-isConstexpr.patch8 .../bugprone/SuspiciousSemicolonCheck.cpp | 3 +-
11 create mode 100644 clang-tools-extra/test/clang-tidy/bugprone-suspicious-semicolon-constexpr.cpp
13 … --git a/clang-tools-extra/clang-tidy/bugprone/SuspiciousSemicolonCheck.cpp b/clang-tools-extra/cl…
15 --- a/clang-tools-extra/clang-tidy/bugprone/SuspiciousSemicolonCheck.cpp
16 +++ b/clang-tools-extra/clang-tidy/bugprone/SuspiciousSemicolonCheck.cpp
17 @@ -20,7 +20,8 @@ namespace bugprone {
27 …ang-tools-extra/test/clang-tidy/bugprone-suspicious-semicolon-constexpr.cpp b/clang-tools-extra/te…
31 +++ b/clang-tools-extra/test/clang-tidy/bugprone-suspicious-semicolon-constexpr.cpp
33 +// RUN: %check_clang_tidy %s bugprone-suspicious-semicolon %t -- -- -std=c++17
39 + // CHECK-MESSAGES: :[[@LINE-1]]:12: warning: potentially unintended semicolon [bugprone-suspicio…
/dports/math/vtk9/VTK-9.1.0/Utilities/MetaIO/
H A D.clang-tidy4 bugprone-*,\
5 -bugprone-argument-comment,\
6 -bugprone-branch-clone,\
7 -bugprone-fold-init-type,\
8 -bugprone-incorrect-roundings,\
9 -bugprone-infinite-loop,\
10 -bugprone-integer-division,\
11 -bugprone-macro-parentheses,\
13 -bugprone-narrowing-conversions,\
15 -bugprone-reserved-identifier,\
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/docs/clang-tidy/checks/
H A Dlist.rst55 `bugprone-branch-clone <bugprone-branch-clone.html>`_,
57 `bugprone-dangling-handle <bugprone-dangling-handle.html>`_,
59 `bugprone-exception-escape <bugprone-exception-escape.html>`_,
60 `bugprone-fold-init-type <bugprone-fold-init-type.html>`_,
65 `bugprone-infinite-loop <bugprone-infinite-loop.html>`_,
66 `bugprone-integer-division <bugprone-integer-division.html>`_,
75 `bugprone-no-escape <bugprone-no-escape.html>`_,
78 `bugprone-posix-return <bugprone-posix-return.html>`_, "Yes"
81 `bugprone-signal-handler <bugprone-signal-handler.html>`_,
102 `bugprone-unused-raii <bugprone-unused-raii.html>`_, "Yes"
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/docs/clang-tidy/checks/
H A Dlist.rst56 `bugprone-branch-clone <bugprone-branch-clone.html>`_,
58 `bugprone-dangling-handle <bugprone-dangling-handle.html>`_,
60 `bugprone-exception-escape <bugprone-exception-escape.html>`_,
61 `bugprone-fold-init-type <bugprone-fold-init-type.html>`_,
66 `bugprone-infinite-loop <bugprone-infinite-loop.html>`_,
67 `bugprone-integer-division <bugprone-integer-division.html>`_,
76 `bugprone-no-escape <bugprone-no-escape.html>`_,
79 `bugprone-posix-return <bugprone-posix-return.html>`_, "Yes"
82 `bugprone-signal-handler <bugprone-signal-handler.html>`_,
103 `bugprone-unused-raii <bugprone-unused-raii.html>`_, "Yes"
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/docs/clang-tidy/checks/
H A Dlist.rst56 `bugprone-branch-clone <bugprone-branch-clone.html>`_,
58 `bugprone-dangling-handle <bugprone-dangling-handle.html>`_,
60 `bugprone-exception-escape <bugprone-exception-escape.html>`_,
61 `bugprone-fold-init-type <bugprone-fold-init-type.html>`_,
66 `bugprone-infinite-loop <bugprone-infinite-loop.html>`_,
67 `bugprone-integer-division <bugprone-integer-division.html>`_,
76 `bugprone-no-escape <bugprone-no-escape.html>`_,
79 `bugprone-posix-return <bugprone-posix-return.html>`_, "Yes"
82 `bugprone-signal-handler <bugprone-signal-handler.html>`_,
103 `bugprone-unused-raii <bugprone-unused-raii.html>`_, "Yes"
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/docs/clang-tidy/checks/
H A Dlist.rst58 `bugprone-branch-clone <bugprone-branch-clone.html>`_,
60 `bugprone-dangling-handle <bugprone-dangling-handle.html>`_,
63 `bugprone-exception-escape <bugprone-exception-escape.html>`_,
64 `bugprone-fold-init-type <bugprone-fold-init-type.html>`_,
70 `bugprone-infinite-loop <bugprone-infinite-loop.html>`_,
71 `bugprone-integer-division <bugprone-integer-division.html>`_,
80 `bugprone-no-escape <bugprone-no-escape.html>`_,
83 `bugprone-posix-return <bugprone-posix-return.html>`_, "Yes"
86 `bugprone-signal-handler <bugprone-signal-handler.html>`_,
109 `bugprone-unused-raii <bugprone-unused-raii.html>`_, "Yes"
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/docs/clang-tidy/checks/
H A Dlist.rst58 `bugprone-branch-clone <bugprone-branch-clone.html>`_,
60 `bugprone-dangling-handle <bugprone-dangling-handle.html>`_,
63 `bugprone-exception-escape <bugprone-exception-escape.html>`_,
64 `bugprone-fold-init-type <bugprone-fold-init-type.html>`_,
70 `bugprone-infinite-loop <bugprone-infinite-loop.html>`_,
71 `bugprone-integer-division <bugprone-integer-division.html>`_,
80 `bugprone-no-escape <bugprone-no-escape.html>`_,
83 `bugprone-posix-return <bugprone-posix-return.html>`_, "Yes"
86 `bugprone-signal-handler <bugprone-signal-handler.html>`_,
108 `bugprone-unused-raii <bugprone-unused-raii.html>`_, "Yes"
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/docs/clang-tidy/checks/
H A Dlist.rst58 `bugprone-branch-clone <bugprone-branch-clone.html>`_,
60 `bugprone-dangling-handle <bugprone-dangling-handle.html>`_,
63 `bugprone-exception-escape <bugprone-exception-escape.html>`_,
64 `bugprone-fold-init-type <bugprone-fold-init-type.html>`_,
70 `bugprone-infinite-loop <bugprone-infinite-loop.html>`_,
71 `bugprone-integer-division <bugprone-integer-division.html>`_,
80 `bugprone-no-escape <bugprone-no-escape.html>`_,
83 `bugprone-posix-return <bugprone-posix-return.html>`_, "Yes"
86 `bugprone-signal-handler <bugprone-signal-handler.html>`_,
108 `bugprone-unused-raii <bugprone-unused-raii.html>`_, "Yes"
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
H A Dlist.rst58 `bugprone-branch-clone <bugprone-branch-clone.html>`_,
60 `bugprone-dangling-handle <bugprone-dangling-handle.html>`_,
63 `bugprone-exception-escape <bugprone-exception-escape.html>`_,
64 `bugprone-fold-init-type <bugprone-fold-init-type.html>`_,
70 `bugprone-infinite-loop <bugprone-infinite-loop.html>`_,
71 `bugprone-integer-division <bugprone-integer-division.html>`_,
80 `bugprone-no-escape <bugprone-no-escape.html>`_,
83 `bugprone-posix-return <bugprone-posix-return.html>`_, "Yes"
86 `bugprone-signal-handler <bugprone-signal-handler.html>`_,
108 `bugprone-unused-raii <bugprone-unused-raii.html>`_, "Yes"
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/docs/clang-tidy/checks/
H A Dlist.rst58 `bugprone-branch-clone <bugprone-branch-clone.html>`_,
60 `bugprone-dangling-handle <bugprone-dangling-handle.html>`_,
63 `bugprone-exception-escape <bugprone-exception-escape.html>`_,
64 `bugprone-fold-init-type <bugprone-fold-init-type.html>`_,
70 `bugprone-infinite-loop <bugprone-infinite-loop.html>`_,
71 `bugprone-integer-division <bugprone-integer-division.html>`_,
80 `bugprone-no-escape <bugprone-no-escape.html>`_,
83 `bugprone-posix-return <bugprone-posix-return.html>`_, "Yes"
86 `bugprone-signal-handler <bugprone-signal-handler.html>`_,
108 `bugprone-unused-raii <bugprone-unused-raii.html>`_, "Yes"
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/docs/clang-tidy/checks/
H A Dlist.rst53 `bugprone-branch-clone <bugprone-branch-clone.html>`_,
55 `bugprone-dangling-handle <bugprone-dangling-handle.html>`_,
57 `bugprone-exception-escape <bugprone-exception-escape.html>`_,
58 `bugprone-fold-init-type <bugprone-fold-init-type.html>`_,
63 `bugprone-infinite-loop <bugprone-infinite-loop.html>`_,
64 `bugprone-integer-division <bugprone-integer-division.html>`_,
73 `bugprone-no-escape <bugprone-no-escape.html>`_, "Yes"
76 `bugprone-posix-return <bugprone-posix-return.html>`_, "Yes"
79 `bugprone-sizeof-container <bugprone-sizeof-container.html>`_,
98 `bugprone-unused-raii <bugprone-unused-raii.html>`_, "Yes"
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/docs/clang-tidy/checks/
H A Dlist.rst53 `bugprone-branch-clone <bugprone-branch-clone.html>`_,
55 `bugprone-dangling-handle <bugprone-dangling-handle.html>`_,
57 `bugprone-exception-escape <bugprone-exception-escape.html>`_,
58 `bugprone-fold-init-type <bugprone-fold-init-type.html>`_,
63 `bugprone-infinite-loop <bugprone-infinite-loop.html>`_,
64 `bugprone-integer-division <bugprone-integer-division.html>`_,
73 `bugprone-no-escape <bugprone-no-escape.html>`_, "Yes"
76 `bugprone-posix-return <bugprone-posix-return.html>`_, "Yes"
79 `bugprone-sizeof-container <bugprone-sizeof-container.html>`_,
98 `bugprone-unused-raii <bugprone-unused-raii.html>`_, "Yes"
[all …]

12345678910>>...110