[all-commits] [llvm/llvm-project] b967a9: [clang-tidy] Fix documentation (NFC)
Richard Thomson via All-commits
all-commits at lists.llvm.org
Wed Jun 22 09:49:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b967a9755064b9d494523c7991fd995bc14f7b4c
https://github.com/llvm/llvm-project/commit/b967a9755064b9d494523c7991fd995bc14f7b4c
Author: Richard <legalize at xmission.com>
Date: 2022-06-22 (Wed, 22 Jun 2022)
Changed paths:
M clang-tools-extra/docs/ReleaseNotes.rst
R clang-tools-extra/docs/clang-tidy/checks/misc-confusable-identifiers.rst
A clang-tools-extra/docs/clang-tidy/checks/misc/confusable-identifiers.rst
Log Message:
-----------
[clang-tidy] Fix documentation (NFC)
The documentation files were reorganized into subdirectories, but a new
check was added concurrently and wasn't rebased correctly before
submitting. Sort the new clang-tidy checks by check name and fix the
indentation of bugprone-unchecked-optional-access.
More information about the All-commits
mailing list