MSVC2017 update 3 produces a clang that crashes when compiling clang. Disabling optimizations for StmtProfiler::VisitCXXOperatorCallExpr() makes the crash go away.
Patch from Bruce Dawson <brucedawson@chromium.org>!
Differential D35757
Work around an MSVC2017 update 3 codegen bug. thakis on Jul 21 2017, 7:07 PM. Authored by
Details
MSVC2017 update 3 produces a clang that crashes when compiling clang. Disabling optimizations for StmtProfiler::VisitCXXOperatorCallExpr() makes the crash go away. Patch from Bruce Dawson <brucedawson@chromium.org>!
Diff Detail Event Timeline
|
Is it worth using _MSC_FULL_VER to limit this to Update 3 specifically?