Open Quuxplusone opened 9 years ago
Bugzilla Link | PR24018 |
Status | NEW |
Importance | P enhancement |
Reported by | Olaf van der Spek (olafvdspek@gmail.com) |
Reported on | 2015-07-02 06:26:49 -0700 |
Last modified on | 2015-07-24 02:45:28 -0700 |
Version | unspecified |
Hardware | PC Windows NT |
CC | dgregor@apple.com, ditaliano@apple.com, geek4civic@gmail.com, llvm-bugs@lists.llvm.org |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
Not sure how this warning should look like, and where/why we should warn.
Can you please provide examples?
0 is currently the only prefix for octal numbers so it should warn for every
octal number (if this warning is enabled).
int a = 0010;
int b = 070;