K 10 svn:author V 3 dim K 8 svn:date V 27 2022-05-31T15:56:48.331531Z K 7 svn:log V 668 Apply clang fix for assertion failure building webkit2-gtk Merge commit 30baa5d2a450 from llvm git (by Richard Smith): PR45879: Fix assert when constant evaluating union assignment. Consider the form of the first operand of a class assignment not the second operand when implicitly starting the lifetimes of union members. Also add a missing check that the assignment call actually came from a syntactic assignment, not from a direct call to `operator=`. PR: 264280 Reported by: bapt MFC after: 3 days (cherry picked from commit eca6e0f7e460bf9a4a6e1bd5198d75168280c88e) Git Hash: 42e66f29f5b24297366c60ea5d0c6e3537dd2f21 Git Author: dim@FreeBSD.org END