[PATCH] D116478: [clang-tidy] A semicolon-separated list of the names of functions or methods to be considered as not having side-effects
Zinovy Nis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 25 10:08:45 PST 2022
zinovy.nis marked an inline comment as done.
zinovy.nis added inline comments.
================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:161
+ check now supports an ``IgnoredFunctions`` option to explicitly consider
+ the specified semicolon-separated functions list as not any having
+ side-effects. Regular expressions for the list items are also accepted.
----------------
aaron.ballman wrote:
>
Thanks!
Fixed and pushed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116478/new/
https://reviews.llvm.org/D116478
More information about the cfe-commits
mailing list