[PATCH] D25316: [clang-tidy] Enhance modernize-use-auto to casts

Malcolm Parsons via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 31 10:43:34 PDT 2016


malcolm.parsons added a comment.

In https://reviews.llvm.org/D25316#583651, @aaron.ballman wrote:

> Does this check properly work in the presence of macros? Those are sometimes more common in casting operations, so a few explicit tests would be good (those tests could be follow-on work if it turns out that this check doesn't play nicely with macros).


Tests added in r285601.


Repository:
  rL LLVM

https://reviews.llvm.org/D25316





More information about the cfe-commits mailing list