[PATCH] D65182: [analyzer] WIP: Add fix-it hint support.

Balogh, Ádám via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 29 07:37:14 PDT 2019


baloghadamsoftware added a comment.

Hmm, I was thinking on the same for some time but I wonder how many checkers could find the correct fixits? Maybe the removal fixits of double frees or double file closes, but I am afraid that for most of our path-sensitive checks there are no obvious fixits. Even `clang-tidy` cannot provide a fixit for most of its findings. However, generally I like the idea, even for the few checkers it can be applied to.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65182/new/

https://reviews.llvm.org/D65182





More information about the cfe-commits mailing list