This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6df11649b9bc762b3d4cc11620df41c43a69fe1e
clang-p2996
/
clang-tools-extra
/
docs
/
clang-tidy
/
checks
/
cppcoreguidelines
History
Baranov Victor
05491e0359
[clang-tidy] add 'IgnoreMarcos' option to 'avoid-goto' check (
#143554
)
2025-06-23 16:27:18 +03:00
..
avoid-c-arrays.rst
…
avoid-capturing-lambda-coroutines.rst
…
avoid-const-or-ref-data-members.rst
…
avoid-do-while.rst
…
avoid-goto.rst
[clang-tidy] add 'IgnoreMarcos' option to 'avoid-goto' check (
#143554
)
2025-06-23 16:27:18 +03:00
avoid-magic-numbers.rst
…
avoid-non-const-global-variables.rst
…
avoid-reference-coroutine-parameters.rst
…
c-copy-assignment-signature.rst
…
explicit-virtual-functions.rst
…
init-variables.rst
…
interfaces-global-init.rst
…
macro-to-enum.rst
…
macro-usage.rst
…
misleading-capture-default-by-value.rst
…
missing-std-forward.rst
…
narrowing-conversions.rst
[clang-tidy] swap cppcoreguidelines-narrowing-conversions and bugprone-narrowing-conversions (
#120245
)
2024-12-29 19:22:25 +08:00
no-malloc.rst
[clang-tidy][NFC][doc] improve "options" sections of
misc-
,
cppcore-
and other checks (
#133694
)
2025-04-04 14:21:48 +02:00
no-suspend-with-lock.rst
…
noexcept-destructor.rst
…
noexcept-move-operations.rst
…
noexcept-swap.rst
…
non-private-member-variables-in-classes.rst
…
owning-memory.rst
[clang-tidy][NFC][doc] improve "options" sections of
misc-
,
cppcore-
and other checks (
#133694
)
2025-04-04 14:21:48 +02:00
prefer-member-initializer.rst
…
pro-bounds-array-to-pointer-decay.rst
…
pro-bounds-constant-array-index.rst
[clang-tidy][NFC][doc] improve "options" sections of
misc-
,
cppcore-
and other checks (
#133694
)
2025-04-04 14:21:48 +02:00
pro-bounds-pointer-arithmetic.rst
…
pro-type-const-cast.rst
…
pro-type-cstyle-cast.rst
…
pro-type-member-init.rst
[clang-tidy][NFC][doc] improve "options" sections of
misc-
,
cppcore-
and other checks (
#133694
)
2025-04-04 14:21:48 +02:00
pro-type-reinterpret-cast.rst
…
pro-type-static-cast-downcast.rst
…
pro-type-union-access.rst
…
pro-type-vararg.rst
…
rvalue-reference-param-not-moved.rst
…
slicing.rst
…
special-member-functions.rst
…
use-default-member-init.rst
…
use-enum-class.rst
Add check 'cppcoreguidelines-use-enum-class' (
#138282
)
2025-06-18 11:02:53 +02:00
virtual-class-destructor.rst
…