[all-commits] [llvm/llvm-project] 9762b8: [NFC][analyzer] Document the VirtualCall checkers ...
Donát Nagy via All-commits
all-commits at lists.llvm.org
Wed Mar 19 02:54:28 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9762b8e1757601a719d926f7df77c207617adfdd
https://github.com/llvm/llvm-project/commit/9762b8e1757601a719d926f7df77c207617adfdd
Author: Donát Nagy <donat.nagy at ericsson.com>
Date: 2025-03-19 (Wed, 19 Mar 2025)
Changed paths:
M clang/docs/analyzer/checkers.rst
Log Message:
-----------
[NFC][analyzer] Document the VirtualCall checkers (#131861)
This commit documents `cplusplus.PureVirtualCall` (which was previously
completely undocumented) and improves the documentation of
`optin.cplusplus.VirtualCall` (which was very barebones).
Note that in this documentation I do not mention the checker options of
`optin.cplusplus.VirtualCall`, because `ShowFixIts` is apparently in an
unfinished alpha state (since 2019 when it was added by commit
6cee434ed10ead6b7416ca5ee9592b2b207eeb0f) and `PureOnly` is a deprecated
option that I'm going to remove very soon.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list