https://llvm.org/bugs/show_bug.cgi?id=29168
Bug ID: 29168 Summary: Wold-style-cast should also warn against functional casts Product: clang Version: 3.8 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P Component: C++ Assignee: unassignedclangb...@nondot.org Reporter: jeanmichael.celer...@gmail.com CC: dgre...@apple.com, llvm-bugs@lists.llvm.org Classification: Unclassified Currently, -Wold-style-casts will warn against : (int) myvar; but not against int(myvar); even though both are equivalent. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs