Silence static analyzer warnings in LLVMSupport.
authorMichael Ilseman <milseman@apple.com>
Thu, 11 Dec 2014 19:46:38 +0000 (19:46 +0000)
committerMichael Ilseman <milseman@apple.com>
Thu, 11 Dec 2014 19:46:38 +0000 (19:46 +0000)
commit2b7ed472a7db9f1ca012c47223403b8758b15a3c
tree680e1d1e2410768d4a2c79c3c5d3844cb8834f16
parente9256e340bfde926e8da41c9794907c7a586c997
Silence static analyzer warnings in LLVMSupport.

The static analyzer catches a few potential bugs in LLVMSupport. Add
in asserts to silence the warnings.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224044 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/CommandLine.cpp
lib/Support/ScaledNumber.cpp