[cfe-commits] {Review Request]C++ C Style Cast Checker
Johannes Schaub (litb)
schaub.johannes at googlemail.com
Sat May 21 02:57:10 PDT 2011
Jim Goodnow II wrote:
> I still think it's useful to detect them all since part of the idea for
> the C++ style casts is to make them stand out more. However, it might be
> useful to have different messages for static_cast's versus potentially
> more dangerous ones.
>
This adds much of noise to the output IMO :/ Is it enabled by default?
C-style casts are not deprecated by the spec. They are only considered bad
use by some C++ programmers.
More information about the cfe-commits
mailing list