.. |
CMakeLists.txt
|
[clang-tidy] rename_check.py misc-unused-raii bugprone-unused-raii --check_class_name=UnusedRAIICheck
|
2018-03-15 08:27:42 +00:00 |
DefinitionsInHeadersCheck.cpp
|
Fix up clang-tidy after clang r314037.
|
2017-09-22 23:47:20 +00:00 |
DefinitionsInHeadersCheck.h
|
[clang-tdiy] Add header file extension configuration support.
|
2016-02-05 11:23:59 +00:00 |
MiscTidyModule.cpp
|
[clang-tidy] rename_check.py misc-unused-raii bugprone-unused-raii --check_class_name=UnusedRAIICheck
|
2018-03-15 08:27:42 +00:00 |
MisplacedConstCheck.cpp
|
Add the misc-misplaced-const check to clang-tidy, which diagnoses when a const-qualifier is applied to a typedef of pointer type rather than to the pointee type.
|
2016-06-07 17:22:47 +00:00 |
MisplacedConstCheck.h
|
Add the misc-misplaced-const check to clang-tidy, which diagnoses when a const-qualifier is applied to a typedef of pointer type rather than to the pointee type.
|
2016-06-07 17:22:47 +00:00 |
NewDeleteOverloadsCheck.cpp
|
[clang-tools-extra] Format sources with clang-format. NFC.
|
2016-11-08 07:50:19 +00:00 |
NewDeleteOverloadsCheck.h
|
[clang-tools-extra] Format sources with clang-format. NFC.
|
2016-11-08 07:50:19 +00:00 |
NonCopyableObjects.cpp
|
[clang-tidy] Simplify matchers
|
2016-11-08 05:58:07 +00:00 |
NonCopyableObjects.h
|
[clang-tools-extra] Format sources with clang-format. NFC.
|
2016-11-08 07:50:19 +00:00 |
RedundantExpressionCheck.cpp
|
[clang-tidy] Widen anonymous namespace.
|
2018-02-02 13:39:00 +00:00 |
RedundantExpressionCheck.h
|
[clang-tidy] Misc redundant expressions checker updated for macros
|
2017-11-07 13:17:58 +00:00 |
StaticAssertCheck.cpp
|
[clang-tidy] Make misc-static-assert accept assert(!"msg")
|
2017-06-03 10:13:55 +00:00 |
StaticAssertCheck.h
|
[clang-tidy] remove trailing whitespaces and retab
|
2016-08-01 12:06:18 +00:00 |
ThrowByValueCatchByReferenceCheck.cpp
|
[clang-tidy] Fix diag message for catch-by-value
|
2017-03-23 15:17:44 +00:00 |
ThrowByValueCatchByReferenceCheck.h
|
[clang-tidy] Cleaning namespaces to be more consistant across checkers.
|
2016-05-02 18:00:29 +00:00 |
UnconventionalAssignOperatorCheck.cpp
|
[clang-tidy] Don't warn about call to unresolved operator*
|
2017-02-15 14:01:41 +00:00 |
UnconventionalAssignOperatorCheck.h
|
Trying to fix docs.
|
2016-05-09 10:56:57 +00:00 |
UniqueptrResetReleaseCheck.cpp
|
[clang-tools-extra] Format sources with clang-format. NFC.
|
2016-11-08 07:50:19 +00:00 |
UniqueptrResetReleaseCheck.h
|
[clang-tidy] Update docs for clang-tidy checks. NFC
|
2015-08-27 18:01:58 +00:00 |
UnusedAliasDeclsCheck.cpp
|
[clang-tidy] Cleaning up language options.
|
2016-09-24 02:13:45 +00:00 |
UnusedAliasDeclsCheck.h
|
[clang-tools-extra] Format sources with clang-format. NFC.
|
2016-11-08 07:50:19 +00:00 |
UnusedParametersCheck.cpp
|
[clang-tidy] Fixed misc-unused-parameters omitting parameters square brackets
|
2017-09-15 11:28:28 +00:00 |
UnusedParametersCheck.h
|
[clang-tidy] Optimize misc-unused-parameters. NFCI
|
2017-05-17 02:25:11 +00:00 |
UnusedUsingDeclsCheck.cpp
|
[clang-tidy] Fix misc-unused-using-decls false positives in presence of compile errors
|
2017-02-09 10:41:27 +00:00 |
UnusedUsingDeclsCheck.h
|
[clang-tidy] Ignore function context in misc-unused-using-decls.
|
2016-06-03 08:05:11 +00:00 |