]> granicus.if.org Git - clang/commit
Rearrange narrowing checks in initialization to be a different form of step
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 21 Sep 2013 21:19:19 +0000 (21:19 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 21 Sep 2013 21:19:19 +0000 (21:19 +0000)
commit13b228dacb6154d8b48d2f3a51e4e078fa7a7b9e
tree780eb735c035f06d445318be9ba65f30cf371164
parent65da8e952da32730202356290bb889c8839bbef5
Rearrange narrowing checks in initialization to be a different form of step
rather than a post-processing action, so we can support inserting these checks
at stages other than the end of the initialization. No functionality change
intended.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191146 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Initialization.h
lib/Sema/SemaInit.cpp