Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 12c37a662a57edb643bfd156e9dcf5912671a266 https://github.com/WebKit/WebKit/commit/12c37a662a57edb643bfd156e9dcf5912671a266 Author: Ryosuke Niwa <rn...@webkit.org> Date: 2025-09-15 (Mon, 15 Sep 2025)
Changed paths: M Source/WebCore/dom/Node.cpp M Tools/CISupport/safer-cpp-llvm-version Log Message: ----------- Update LLVM to the latest WebKit branch (2025-09-15) https://bugs.webkit.org/show_bug.cgi?id=298885 Reviewed by Brianna Fan. Update LLVM. This update includes a fix to avoid emitting a warning for temporary, properly ignoring a lambda capture when the lambda is passed to a no-escape argument via a local variable, treating NULL, 0, and nil like nullptr, treating the return value with NS_RETURNS_RETAINED or CF_RETURNS_RETAINED annotations as safe, recognizing "brk" assembly instruction as trivial (because the program terminates), and treating a return value of a function as safe even if its type is specified using a template parameter, and finally treating the return value of a singleton function pointer as safe. * Source/WebCore/dom/Node.cpp: Removed the extra blank line. * Tools/CISupport/safer-cpp-llvm-version: Canonical link: https://commits.webkit.org/299978@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes