[Qt-creator] What are your favorite clang-tidy checks

Jason H jhihn at gmx.com
Mon Jun 18 16:08:56 CEST 2018


One thing I would like is a fix-it for a implicit conversion. 
I'm old school and like the short, easy, old casts: 
  (type) x; (gives "use of old-style cast" message)
but the new style: 
  static_cast<double> (val) 
is much harder to type. It's got _ and <> and I've got to edit behind the variable, which if in an argument list has be dodging commas. 

If there was a way to click and use the new style, I'd use it.



More information about the Qt-creator mailing list