[PATCH] D15411: [clang-tidy] Check for suspicious string assignments.

Gábor Horváth via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 10 06:52:13 PST 2015


xazax.hun added a comment.

Thank you for the review. I have seen a few false positives in the llvm codebase. I agree that these kind of conversions are unfortunate but I am sure fixing this would cause a huge backward compatibility problem. Nontheless I also think that it might be something that is worth to consider.


http://reviews.llvm.org/D15411





More information about the cfe-commits mailing list