Skip to content

Commit c268045

Browse files
committed
Deploy the latest clang static analyzer
https://bugs.webkit.org/show_bug.cgi?id=287609 Reviewed by Chris Dumez. Deploy the various fixes in our static analyzer bot. * Tools/CISupport/Shared/steps.py: Canonical link: https://commits.webkit.org/290322@main
1 parent 705cf19 commit c268045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/CISupport/Shared/steps.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
GITHUB_URL = 'https://github.com/'
4444
SCAN_BUILD_OUTPUT_DIR = 'scan-build-output'
4545
LLVM_DIR = 'llvm-project'
46-
LLVM_REVISION = 'e4591dfc979e8b28526a249d86e330470f47ea94'
46+
LLVM_REVISION = '7a17516ab7e55a3a920b0890285eb77b58a4bc19'
4747

4848

4949
class ShellMixin(object):

0 commit comments

Comments
 (0)