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: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
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
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs