http://llvm.org/bugs/show_bug.cgi?id=3342
Summary: Distinguish pointer incompatibilities where only sign
differs from other incompatibilities
Product: clang
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Semantic Analyzer
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Created an attachment (id=2397)
--> (http://llvm.org/bugs/attachment.cgi?id=2397)
First attemptâ¦
Lots of legacy code happily compares loads of pointers of incompatible signs.
The attached patch is a rough stab at implementing the -Wno-pointer-sign flag
that GCC has for suppressing these.
--
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