format string checking: long and int have the same widths on 32-bit, so we...
format string checking: long and int have the same widths on 32-bit, so we shouldn't warn about using an "int" format specifier with a "long" type in 32-bit. llvm-svn: 135075
Loading
Please register or sign in to comment