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

            Bug ID: 18012
           Summary: [PATCH] implement -Wold-style-cast
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: C++
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

Created attachment 11577
  --> http://llvm.org/bugs/attachment.cgi?id=11577&action=edit
patch implementing -Wold-style-cast

The attached patch implements the old-style cast warning known from GCC
(activated via -Wold-style-cast). The warning is triggered by C-style
(parentheses) casts in C++ code.

-- 
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