http://llvm.org/bugs/show_bug.cgi?id=7103

           Summary: Warning when c-style (T)x or functional T(x) cast does
                    anything other than static_cast<T>(x)
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: C++
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]


I'd like a -Wpowerful-c-cast (or a better name) that fires when a C-style cast
behaves like a reinterpret_ or const_cast instead of the safer static_cast.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to