]> granicus.if.org Git - clang/commit
Fix -Wsometimes-uninitialized in r199754
authorAlp Toker <alp@nuanti.com>
Tue, 21 Jan 2014 18:01:01 +0000 (18:01 +0000)
committerAlp Toker <alp@nuanti.com>
Tue, 21 Jan 2014 18:01:01 +0000 (18:01 +0000)
commit1b35da0f2f19184147eb892cc860f996879180bd
treed1c356d98b8af16dab9c46d00aaf0c8375e86e66
parent003a2d7ea5ecc442c52beee41f41e77db120f41c
Fix -Wsometimes-uninitialized in r199754

Also make the -m16 check x86-specific. Other archs may have a different take on
things.

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