Skip to content
Commit 48a9b9be authored by Chris Lattner's avatar Chris Lattner
Browse files

when emitting diagnostics about some character in a numeric

literal, indicate what character the error is about or where
it would be.  For example:

pr2241.c:1:17: error: exponent has no digits
float f[] = { 1e  , 1ee0 };
                ^

llvm-svn: 49996
parent 6b056058
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment