Disabling an MSVC warning ('var' : definition from the for loop is ignored; the defin...
authorAaron Ballman <aaron@aaronballman.com>
Mon, 18 Aug 2014 14:54:22 +0000 (14:54 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 18 Aug 2014 14:54:22 +0000 (14:54 +0000)
commit71493b7d7c1d0481e459b585dc13ec73dd7626a4
tree6b2204b93043454fb4b15194000ca062aab72d77
parenteb922109f9d451c05dd258df5e4580ebc3249e51
Disabling an MSVC warning ('var' : definition from the for loop is ignored; the definition from the enclosing scope is used) which will trigger false positives more than true positives.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215895 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/HandleLLVMOptions.cmake