[all-commits] [llvm/llvm-project] 165d69: [clang-tidy][docs] Fix a couple of missed cases fr...
Nathan James via All-commits
all-commits at lists.llvm.org
Wed Jun 22 13:37:34 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 165d69337a7dbcb88dc054ac8fc3e43f623d4ba7
https://github.com/llvm/llvm-project/commit/165d69337a7dbcb88dc054ac8fc3e43f623d4ba7
Author: Nathan James <n.james93 at hotmail.co.uk>
Date: 2022-06-22 (Wed, 22 Jun 2022)
Changed paths:
M clang-tools-extra/clang-tidy/cert/DontModifyStdNamespaceCheck.h
M clang-tools-extra/clang-tidy/cert/PostfixOperatorCheck.h
M clang-tools-extra/clang-tidy/concurrency/MtUnsafeCheck.h
M clang-tools-extra/clang-tidy/google/UpgradeGoogletestCaseCheck.h
M clang-tools-extra/clang-tidy/google/UsingNamespaceDirectiveCheck.h
M clang-tools-extra/clang-tidy/hicpp/ExceptionBaseclassCheck.h
M clang-tools-extra/clang-tidy/hicpp/MultiwayPathsCoveredCheck.h
M clang-tools-extra/clang-tidy/hicpp/NoAssemblerCheck.h
M clang-tools-extra/clang-tidy/hicpp/SignedBitwiseCheck.h
M clang-tools-extra/clang-tidy/readability/FunctionCognitiveComplexityCheck.cpp
Log Message:
-----------
[clang-tidy][docs] Fix a couple of missed cases from 6e566bc5523
A few of the checks had documentation URLs that weren't updated in the aforementioned commit.
More information about the All-commits
mailing list