summaryrefslogtreecommitdiff
path: root/src/mongo/tools/mongo_tidy_checks/MongoTidyModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71746 Move mongo config header lint to clang-tidyJuan Gu2023-05-161-0/+2
* SERVER-71745 Move unstructured log lint to clang-tidyJuan Gu2023-04-271-0/+2
* SERVER-67234 add clang-tidy rule to ban fcv constant usage in compareJiawei Yang2023-04-141-0/+2
* SERVER-75522 Added banned includes check for c++20Alexander Neben2023-04-121-0/+3
* SERVER-71744 Move atomic, mutex and nonmongo assert to clang-tidyJuan Gu2023-03-281-0/+6
* SERVER-71736 Move tracing support lint to clang-tidyJuan Gu2023-03-251-0/+2
* SERVER-71742 Move volatile keyword lint to clang-tidyJuan Gu2023-02-231-1/+3
* SERVER-72150 remove the temporary tidy test check.Daniel Moody2023-02-221-2/+0
* SERVER-71737 Move boost optional requirement lint to clang-tidyJuan Gu2023-02-181-0/+2
* SERVER-71747 Move mongo ctype lint to clang tidyJuan Gu2023-02-171-1/+2
* SERVER-72873 add header brackets tidy check.Daniel Moody2023-02-121-4/+7
* SERVER-71734 Use clang-tidy to prevent new instances of UninteruptibleLockGuardJuan Gu2023-02-081-4/+7
* SERVER-73047 add mongo tidy check unittestsDaniel Moody2023-01-231-0/+57