Home
last modified time | relevance | path

Searched refs:cppcoreguidelines (Results 1 – 25 of 98) sorted by relevance

1234

/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/hicpp/
H A Dexplicit-conversions.rst14 - `cppcoreguidelines-pro-type-static-cast-downcast <../cppcoreguidelines/pro-type-static-cast-downc…
15 - `cppcoreguidelines-pro-type-reinterpret-cast <../cppcoreguidelines/pro-type-reinterpret-cast.html…
16 - `cppcoreguidelines-pro-type-const-cast <../cppcoreguidelines/pro-type-const-cast.html>`_
17 - `cppcoreguidelines-pro-type-cstyle-cast <../cppcoreguidelines/pro-type-cstyle-cast.html>`_
H A Dvararg.rst3 :http-equiv=refresh: 5;URL=../cppcoreguidelines/pro-type-vararg.html
9 `cppcoreguidelines-pro-type-vararg <../cppcoreguidelines/pro-type-vararg.html>`_
H A Dno-malloc.rst3 :http-equiv=refresh: 5;URL=../cppcoreguidelines/no-malloc.html
9 `cppcoreguidelines-no-malloc <../cppcoreguidelines/no-malloc.html>`_
H A Dspecial-member-functions.rst3 :http-equiv=refresh: 5;URL=../cppcoreguidelines/special-member-functions.html
8 This check is an alias for `cppcoreguidelines-special-member-functions <../cppcoreguidelines/specia…
H A Dmember-init.rst3 :http-equiv=refresh: 5;URL=../cppcoreguidelines/pro-type-member-init.html
8 This check is an alias for `cppcoreguidelines-pro-type-member-init <../cppcoreguidelines/pro-type-m…
H A Dno-array-decay.rst3 :http-equiv=refresh: 5;URL=../cppcoreguidelines/pro-bounds-array-to-pointer-decay.html
9 `cppcoreguidelines-pro-bounds-array-to-pointer-decay <../cppcoreguidelines/pro-bounds-array-to-poin…
H A Davoid-goto.rst7 `cppcoreguidelines-avoid-goto <../cppcoreguidelines/avoid-goto.html>`_.
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/hicpp/
H A DHICPPTidyModule.cpp53 CheckFactories.registerCheck<cppcoreguidelines::AvoidGotoCheck>( in addCheckFactories()
72 CheckFactories.registerCheck<cppcoreguidelines::ProTypeMemberInitCheck>( in addCheckFactories()
81 .registerCheck<cppcoreguidelines::ProBoundsArrayToPointerDecayCheck>( in addCheckFactories()
84 CheckFactories.registerCheck<cppcoreguidelines::NoMallocCheck>( in addCheckFactories()
87 .registerCheck<cppcoreguidelines::SpecialMemberFunctionsCheck>( in addCheckFactories()
108 CheckFactories.registerCheck<cppcoreguidelines::ProTypeVarargCheck>( in addCheckFactories()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dnarrowing-conversions.rst3 :http-equiv=refresh: 5;URL=../cppcoreguidelines/narrowing-conversions.html
9 `cppcoreguidelines-narrowing-conversions <../cppcoreguidelines/narrowing-conversions.html>`_
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/
H A Dlist.rst18 cppcoreguidelines/*
179 `cppcoreguidelines-avoid-goto <cppcoreguidelines/avoid-goto.html>`_,
181 `cppcoreguidelines-init-variables <cppcoreguidelines/init-variables.html>`_, "Yes"
183 `cppcoreguidelines-macro-usage <cppcoreguidelines/macro-usage.html>`_,
184 `cppcoreguidelines-narrowing-conversions <cppcoreguidelines/narrowing-conversions.html>`_,
185 `cppcoreguidelines-no-malloc <cppcoreguidelines/no-malloc.html>`_,
186 `cppcoreguidelines-owning-memory <cppcoreguidelines/owning-memory.html>`_,
191 `cppcoreguidelines-pro-type-const-cast <cppcoreguidelines/pro-type-const-cast.html>`_,
196 `cppcoreguidelines-pro-type-union-access <cppcoreguidelines/pro-type-union-access.html>`_,
197 `cppcoreguidelines-pro-type-vararg <cppcoreguidelines/pro-type-vararg.html>`_,
[all …]
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/
H A Davoid-magic-numbers.rst1 .. title:: clang-tidy - cppcoreguidelines-avoid-magic-numbers
5 cppcoreguidelines-avoid-magic-numbers
8 The cppcoreguidelines-avoid-magic-numbers check is an alias, please see
H A Dexplicit-virtual-functions.rst1 .. title:: clang-tidy - cppcoreguidelines-explicit-virtual-functions
5 cppcoreguidelines-explicit-virtual-functions
8 The cppcoreguidelines-explicit-virtual-functions check is an alias, please see
H A Dmacro-to-enum.rst1 .. title:: clang-tidy - cppcoreguidelines-macro-to-enum
5 cppcoreguidelines-macro-to-enum
8 The cppcoreguidelines-macro-to-enum check is an alias, please see
H A Davoid-c-arrays.rst1 .. title:: clang-tidy - cppcoreguidelines-avoid-c-arrays
5 cppcoreguidelines-avoid-c-arrays
8 The cppcoreguidelines-avoid-c-arrays check is an alias, please see
H A Dc-copy-assignment-signature.rst1 .. title:: clang-tidy - cppcoreguidelines-c-copy-assignment-signature
5 cppcoreguidelines-c-copy-assignment-signature
8 The cppcoreguidelines-c-copy-assignment-signature check is an alias, please see
H A Dmacro-usage.rst1 .. title:: clang-tidy - cppcoreguidelines-macro-usage
3 cppcoreguidelines-macro-usage
32 …' used to declare a constant; consider using a 'constexpr' constant [cppcoreguidelines-macro-usage]
35 …tion-like macro 'F1' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage]
38 … 'F2' used; consider using a 'constexpr' variadic template function [cppcoreguidelines-macro-usage]
H A Dnon-private-member-variables-in-classes.rst1 .. title:: clang-tidy - cppcoreguidelines-non-private-member-variables-in-classes
5 cppcoreguidelines-non-private-member-variables-in-classes
8 The cppcoreguidelines-non-private-member-variables-in-classes check is an alias,
H A Dpro-type-const-cast.rst1 .. title:: clang-tidy - cppcoreguidelines-pro-type-const-cast
3 cppcoreguidelines-pro-type-const-cast
H A Dpro-bounds-array-to-pointer-decay.rst1 .. title:: clang-tidy - cppcoreguidelines-pro-bounds-array-to-pointer-decay
3 cppcoreguidelines-pro-bounds-array-to-pointer-decay
H A Dinterfaces-global-init.rst1 .. title:: clang-tidy - cppcoreguidelines-interfaces-global-init
3 cppcoreguidelines-interfaces-global-init
H A Dpro-type-reinterpret-cast.rst1 .. title:: clang-tidy - cppcoreguidelines-pro-type-reinterpret-cast
3 cppcoreguidelines-pro-type-reinterpret-cast
H A Dpro-bounds-pointer-arithmetic.rst1 .. title:: clang-tidy - cppcoreguidelines-pro-bounds-pointer-arithmetic
3 cppcoreguidelines-pro-bounds-pointer-arithmetic
H A Dpro-type-static-cast-downcast.rst1 .. title:: clang-tidy - cppcoreguidelines-pro-type-static-cast-downcast
3 cppcoreguidelines-pro-type-static-cast-downcast
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DSpecialMemberFunctionsCheck.h18 namespace cppcoreguidelines {
85 clang::tidy::cppcoreguidelines::SpecialMemberFunctionsCheck::ClassDefId> {
87 clang::tidy::cppcoreguidelines::SpecialMemberFunctionsCheck::ClassDefId;
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/infrastructure/
H A Dnonstandard-file-extension.test1 // RUN: %check_clang_tidy -assume-filename=const-cast.cpp %s cppcoreguidelines-pro-type-const-cast …
6 // CHECK-MESSAGES: :[[@LINE-1]]:16: warning: do not use const_cast [cppcoreguidelines-pro-type-cons…

1234