]> granicus.if.org Git - clang/commit
[CFG] Try to narrow down MSVC compiler crash via binary search.
authorArtem Dergachev <artem.dergachev@gmail.com>
Fri, 23 Feb 2018 23:38:41 +0000 (23:38 +0000)
committerArtem Dergachev <artem.dergachev@gmail.com>
Fri, 23 Feb 2018 23:38:41 +0000 (23:38 +0000)
commit09dd8b45bd39da1931aa9078912370e80fb5e653
tree13217dfaa588580ecf9eb8fcf444a79fa2c23544
parent712969ac082c72882fdba1226a963c4d3ea3378d
[CFG] Try to narrow down MSVC compiler crash via binary search.

Split the presumably offending function in two to see which part of it causes
the crash to occur.

The crash was introduced in r325966.
r325969 did not help.

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