Remove the code insertion hint for implicit int. Too often, we're wrong about this...
authorDouglas Gregor <dgregor@apple.com>
Fri, 27 Mar 2009 05:10:56 +0000 (05:10 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 27 Mar 2009 05:10:56 +0000 (05:10 +0000)
commitd17a9e5a29ef076e31d012d7254b526769c386f6
tree143916028ffa2380bcea2b9a1747188e0cf366ea
parentbabdd7b56d02e2b6924a2c93b061d6a48bb5f0ca
Remove the code insertion hint for implicit int. Too often, we're wrong about this hint, so it loses its usefulness. Maybe some day we can make the hint smart enough to be useful.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67823 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaType.cpp