.. |
ConfusableTable
|
[clang-tidy] Rename the make-confusable-table executable
|
2022-07-28 12:00:20 +03:00 |
CMakeLists.txt
|
[clang-tidy] Rename a local cmake variables to match the new tool name. NFC.
|
2022-08-18 14:27:45 +03:00 |
ConfusableIdentifierCheck.cpp
|
Use llvm::lower_bound (NFC)
|
2022-09-03 11:17:37 -07:00 |
ConfusableIdentifierCheck.h
|
[clang-tidy] Confusable identifiers detection
|
2022-06-22 16:17:20 +02:00 |
ConstCorrectnessCheck.cpp
|
[clang-tidy] implement new check 'misc-const-correctness' to add 'const' to unmodified variables
|
2022-07-24 19:37:54 +02:00 |
ConstCorrectnessCheck.h
|
[clang-tidy] implement new check 'misc-const-correctness' to add 'const' to unmodified variables
|
2022-07-24 19:37:54 +02:00 |
DefinitionsInHeadersCheck.cpp
|
[clang-tidy] Ignore variable template partial specializations in `misc-definitions-in-headers`
|
2022-02-14 11:38:27 +01:00 |
DefinitionsInHeadersCheck.h
|
[clang-tidy] Organize check doc files into subdirectories (NFC)
|
2022-06-16 16:06:20 -06:00 |
MiscTidyModule.cpp
|
[clang-tidy] implement new check 'misc-const-correctness' to add 'const' to unmodified variables
|
2022-07-24 19:37:54 +02:00 |
MisleadingBidirectional.cpp
|
Misleading bidirectional detection
|
2022-01-12 11:38:36 +01:00 |
MisleadingBidirectional.h
|
Misleading bidirectional detection
|
2022-01-12 11:38:36 +01:00 |
MisleadingIdentifier.cpp
|
Misleading unicode identifier detection pass
|
2021-11-10 10:21:27 +01:00 |
MisleadingIdentifier.h
|
Misleading unicode identifier detection pass
|
2021-11-10 10:21:27 +01:00 |
MisplacedConstCheck.cpp
|
[clang] Implement ElaboratedType sugaring for types written bare
|
2022-07-27 11:10:54 +02:00 |
MisplacedConstCheck.h
|
[clang-tidy] Organize check doc files into subdirectories (NFC)
|
2022-06-16 16:06:20 -06:00 |
NewDeleteOverloadsCheck.cpp
|
…
|
|
NewDeleteOverloadsCheck.h
|
…
|
|
NoRecursionCheck.cpp
|
Use llvm::is_contained (NFC)
|
2022-08-07 00:16:17 -07:00 |
NoRecursionCheck.h
|
[clang-tidy] Organize check doc files into subdirectories (NFC)
|
2022-06-16 16:06:20 -06:00 |
NonCopyableObjects.cpp
|
…
|
|
NonCopyableObjects.h
|
…
|
|
NonPrivateMemberVariablesInClassesCheck.cpp
|
…
|
|
NonPrivateMemberVariablesInClassesCheck.h
|
[clang-tidy] Organize check doc files into subdirectories (NFC)
|
2022-06-16 16:06:20 -06:00 |
RedundantExpressionCheck.cpp
|
[clang-tidy] Never consider assignments as equivalent in `misc-redundant-expression` check
|
2022-04-12 16:03:14 +02:00 |
RedundantExpressionCheck.h
|
[clang-tidy] Organize check doc files into subdirectories (NFC)
|
2022-06-16 16:06:20 -06:00 |
StaticAssertCheck.cpp
|
[clang-tools-extra] Rename StringRef _lower() method calls to _insensitive()
|
2021-06-25 00:22:01 +03:00 |
StaticAssertCheck.h
|
Revert "[clang-tidy] Simplify static assert check"
|
2021-05-30 16:44:31 +03:00 |
ThrowByValueCatchByReferenceCheck.cpp
|
[clang-tidy] Fix lint warnings in clang-tidy source code (NFC)
|
2021-11-02 20:14:25 +13:00 |
ThrowByValueCatchByReferenceCheck.h
|
[clang-tidy] Fix lint warnings in clang-tidy source code (NFC)
|
2021-11-02 20:14:25 +13:00 |
UnconventionalAssignOperatorCheck.cpp
|
[clang-tidy] Fix false positives involving type aliases in `misc-unconventional-assign-operator` check
|
2022-01-17 21:16:17 +01:00 |
UnconventionalAssignOperatorCheck.h
|
[clang-tidy] Organize check doc files into subdirectories (NFC)
|
2022-06-16 16:06:20 -06:00 |
UniqueptrResetReleaseCheck.cpp
|
[clang-tidy] Add a Standalone diagnostics mode to clang-tidy
|
2022-04-16 09:53:35 +01:00 |
UniqueptrResetReleaseCheck.h
|
[clang-tidy] Add <utility> include to misc-uniqueptr-reset-release
|
2021-04-12 23:32:15 +01:00 |
UnusedAliasDeclsCheck.cpp
|
…
|
|
UnusedAliasDeclsCheck.h
|
…
|
|
UnusedParametersCheck.cpp
|
Don't treat invalid parameters as being unused
|
2022-06-22 08:56:38 -04:00 |
UnusedParametersCheck.h
|
…
|
|
UnusedUsingDeclsCheck.cpp
|
[ASTMatchers][clang-tidy][NFC] Hoist `forEachTemplateArgument` matcher into the core library
|
2022-05-13 12:55:48 +02:00 |
UnusedUsingDeclsCheck.h
|
[clang-tidy] Organize check doc files into subdirectories (NFC)
|
2022-06-16 16:06:20 -06:00 |