[PATCH] D117939: [clang-tidy] Add more documentation about check development

Richard via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 21 17:55:46 PST 2022


LegalizeAdulthood created this revision.
LegalizeAdulthood added reviewers: alexfh, aaron.ballman, ymandel, njames93.
LegalizeAdulthood added a project: clang-tools-extra.
Herald added a subscriber: xazax.hun.
LegalizeAdulthood requested review of this revision.

- Mention pp-trace
- CMake configuration
- Overriding registerPPCallbacks
- Check development tips
  - Guide to useful documenation
  - 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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D117939

Files:
  clang-tools-extra/docs/clang-tidy/Contributing.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117939.402150.patch
Type: text/x-patch
Size: 13474 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220122/a8a51f5b/attachment-0001.bin>


More information about the cfe-commits mailing list