We require MSVC 2013 Update 4 due to previous versions miscompiling ASTMatchers
authorFilipe Cabecinhas <me@filcab.net>
Tue, 17 Feb 2015 23:29:00 +0000 (23:29 +0000)
committerFilipe Cabecinhas <me@filcab.net>
Tue, 17 Feb 2015 23:29:00 +0000 (23:29 +0000)
commitfb7982e95aeac50038b6370d2f451f6f9313d26e
treeb8877cf53cbe3a14333f5fa56d9330b0e40ff84c
parent54b2025420132b32d27647aa3bafcb12c734ca59
We require MSVC 2013 Update 4 due to previous versions miscompiling ASTMatchers

Previous versions of MSVC 2013 would miscompile ASTMatchers (and/or their
tests). Bump up the requirement and make sure we know about the minor
revision.

Minimum required version found by Michael Edwards!

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