[PATCH] D141583: [clang-tidy][doc] Deprecate the AnalyzeTemporaryDtors option
Carlos Galvez via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 12 07:56:47 PST 2023
carlosgalvezp marked an inline comment as done.
carlosgalvezp added inline comments.
================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:106
+- Deprecate the global configuration file option `AnalyzeTemporaryDtors`,
+ which is no longer in use. The option will be fully removed in clang-tidy 18.
+
----------------
Eugene.Zelenko wrote:
> `Clang-tidy`
I find current style in the documentation inconsistent, using either :program:`clang-tidy` or just plain clang-tidy as I have written it here, but never `Clang-tidy` with capital C and backticks. I'll go for the former.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141583/new/
https://reviews.llvm.org/D141583
More information about the cfe-commits
mailing list