[all-commits] [llvm/llvm-project] 8ce99d: [clang-tidy] Add more documentation about check de...
Richard Thomson via All-commits
all-commits at lists.llvm.org
Thu Jan 27 08:44:32 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8ce99dadb007dd0dbbf1ddbe4090e9ff43e780c5
https://github.com/llvm/llvm-project/commit/8ce99dadb007dd0dbbf1ddbe4090e9ff43e780c5
Author: Richard <legalize at xmission.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M clang-tools-extra/docs/clang-tidy/Contributing.rst
Log Message:
-----------
[clang-tidy] Add more documentation about check development (NFC)
- Mention pp-trace
- CMake configuration
- Overriding registerPPCallbacks
- Overriding isLanguageVersionSupported
- Check development tips
- Guide to useful documentation
- Using the Transformer library
- Developing your check incrementally
- Creating private matchers
- Unit testing helper code
- Making your check robust
- Documenting your check
- Describe the Inputs test folder
Differential Revision: https://reviews.llvm.org/D117939
More information about the All-commits
mailing list