Skip to content
Commit 22c7a79a authored by Chandler Carruth's avatar Chandler Carruth
Browse files

Implement a sub-group of -Wconversion: -Wliteral-conversion. This

specifically targets literals which are implicitly converted, a those
are more often unintended and trivial to fix. This can be especially
helpful for diagnosing what makes 'const int x = 1e6' not an ICE.

Original patch authored by Jim Meehan with contributions from other
Googlers and a few cleanups from myself.

llvm-svn: 125745
parent c07a0c7e
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