================ @@ -674,6 +653,7 @@ Miscellaneous Clang Crashes Fixed - Fixed an assertion failure when parsing an invalid out-of-line enum definition with template parameters. (#GH187909) - Fixed an assertion failure on invalid template template parameter during typo correction. (#GH183983) - Fixed an assertion failure in ``isAtEndOfMacroExpansion`` on macro expansions crossing the boundary of two fileIDs. (#GH115007), (#GH21755) +- Fixed an assertion failure when passing a non-POD type as the second argument to ``va_arg``. (#GH107836) ---------------- cor3ntin wrote:
Can you make sure the release notes reflect the changes? You are making a functional changes, not just fixing an assertion https://github.com/llvm/llvm-project/pull/198668 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
