summaryrefslogtreecommitdiff
path: root/src/mongo/tools/mongo_tidy_checks
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71746 Move mongo config header lint to clang-tidyJuan Gu2023-05-167-0/+235
* SERVER-71745 Move unstructured log lint to clang-tidyJuan Gu2023-04-277-0/+146
* SERVER-67234 add clang-tidy rule to ban fcv constant usage in compareJiawei Yang2023-04-147-0/+198
* SERVER-75522 Added banned includes check for c++20Alexander Neben2023-04-128-2/+181
* SERVER-71744 Move atomic, mutex and nonmongo assert to clang-tidyJuan Gu2023-03-2815-36/+559
* SERVER-71736 Move tracing support lint to clang-tidyJuan Gu2023-03-257-0/+149
* SERVER-71742 Move volatile keyword lint to clang-tidyJuan Gu2023-02-237-2/+172
* SERVER-72150 remove the temporary tidy test check.Daniel Moody2023-02-227-159/+0
* SERVER-71737 Move boost optional requirement lint to clang-tidyJuan Gu2023-02-187-0/+238
* SERVER-73892 Disallow includes to start with third_partyDaniel Moody2023-02-185-3/+22
* SERVER-71747 Move mongo ctype lint to clang tidyJuan Gu2023-02-178-1/+156
* SERVER-73436 Fixed a small readme typoAlexander Neben2023-02-161-2/+2
* SERVER-74059 fix compile_commands files for mongo tidy unittestsDaniel Moody2023-02-152-2/+2
* SERVER-72147 defer switching hard coded clang tidy module flags.Daniel Moody2023-02-132-6/+12
* SERVER-72873 add header brackets tidy check.Daniel Moody2023-02-1210-39/+254
* Revert "SERVER-72147 defer switching hard coded clang tidy module flags."Kaloian Manassiev2023-02-092-19/+13
* SERVER-72147 defer switching hard coded clang tidy module flags.Daniel Moody2023-02-092-13/+19
* SERVER-71734 Use clang-tidy to prevent new instances of UninteruptibleLockGuardJuan Gu2023-02-087-4/+183
* SERVER-73436 added readme for mongo tidy checks.Daniel Moody2023-02-071-0/+43
* SERVER-73424 disable generating reports for mongo tidy check unittests.Daniel Moody2023-01-281-3/+4
* SERVER-73047 add mongo tidy check unittestsDaniel Moody2023-01-238-44/+387
* SERVER-50476 created gdb_index scons tool to generate gdb_indexDaniel Moody2023-01-171-0/+1
* SERVER-72426 improve toolchain detection for clang-tidy checks moduleDaniel Moody2022-12-311-9/+22
* SERVER-71748 create dummy mongo custom checks module for reference.Daniel Moody2022-12-162-0/+209