[PATCH] D69746: [analyzer] FixItHint: Apply and test hints with the Clang Tidy's script
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 22 02:42:57 PST 2019
gribozavr2 added a comment.
> This patch introduces a way to apply the fix-its by the Analyzer:
I'm not sure this option is very useful... I don't know of anyone who uses the same option in Clang or ClangTidy. The only way I know people apply fixits is with the help of IDEs. I am also skeptical that people want to apply *all* fixits. Usually people want to pick a few specific ones, or all fixits of a certain kind; but not everything.
What workflow are you thinking of for this option?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69746/new/
https://reviews.llvm.org/D69746
More information about the cfe-commits
mailing list