[LLVMbugs] [Bug 18012] New: [PATCH] implement -Wold-style-cast

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Nov 20 19:13:56 PST 2013


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: unassignedclangbugs at nondot.org
          Reporter: ondra.hosek at gmail.com
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131121/e6f0c794/attachment.html>


More information about the llvm-bugs mailing list