JonasToth added a comment.

In my opinion, this list should be available to the executable for two reasons.

1. External tools, that want to integrate clang-tidy in their workflow should 
be able to get the information about fixits, since they could collidie with 
their own textual replacements
2. One might enable/disable only fixing checks. This one is less important, 
since the -fix flag is available.

Having it written in code, like maybe a flag you set when subclassing the 
check, makes it ez to automatically determine if the check is modifying for 
documentation as well.


https://reviews.llvm.org/D36051



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to