| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/hicpp/ |
| H A D | explicit-conversions.rst | 14 - `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 D | vararg.rst | 3 :http-equiv=refresh: 5;URL=../cppcoreguidelines/pro-type-vararg.html 9 `cppcoreguidelines-pro-type-vararg <../cppcoreguidelines/pro-type-vararg.html>`_
|
| H A D | no-malloc.rst | 3 :http-equiv=refresh: 5;URL=../cppcoreguidelines/no-malloc.html 9 `cppcoreguidelines-no-malloc <../cppcoreguidelines/no-malloc.html>`_
|
| H A D | special-member-functions.rst | 3 :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 D | member-init.rst | 3 :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 D | no-array-decay.rst | 3 :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 D | avoid-goto.rst | 7 `cppcoreguidelines-avoid-goto <../cppcoreguidelines/avoid-goto.html>`_.
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/hicpp/ |
| H A D | HICPPTidyModule.cpp | 53 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 D | narrowing-conversions.rst | 3 :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 D | list.rst | 18 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 D | avoid-magic-numbers.rst | 1 .. 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 D | explicit-virtual-functions.rst | 1 .. 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 D | macro-to-enum.rst | 1 .. 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 D | avoid-c-arrays.rst | 1 .. 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 D | c-copy-assignment-signature.rst | 1 .. 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 D | macro-usage.rst | 1 .. 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 D | non-private-member-variables-in-classes.rst | 1 .. 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 D | pro-type-const-cast.rst | 1 .. title:: clang-tidy - cppcoreguidelines-pro-type-const-cast 3 cppcoreguidelines-pro-type-const-cast
|
| H A D | pro-bounds-array-to-pointer-decay.rst | 1 .. title:: clang-tidy - cppcoreguidelines-pro-bounds-array-to-pointer-decay 3 cppcoreguidelines-pro-bounds-array-to-pointer-decay
|
| H A D | interfaces-global-init.rst | 1 .. title:: clang-tidy - cppcoreguidelines-interfaces-global-init 3 cppcoreguidelines-interfaces-global-init
|
| H A D | pro-type-reinterpret-cast.rst | 1 .. title:: clang-tidy - cppcoreguidelines-pro-type-reinterpret-cast 3 cppcoreguidelines-pro-type-reinterpret-cast
|
| H A D | pro-bounds-pointer-arithmetic.rst | 1 .. title:: clang-tidy - cppcoreguidelines-pro-bounds-pointer-arithmetic 3 cppcoreguidelines-pro-bounds-pointer-arithmetic
|
| H A D | pro-type-static-cast-downcast.rst | 1 .. 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 D | SpecialMemberFunctionsCheck.h | 18 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 D | nonstandard-file-extension.test | 1 // 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…
|