[Webkit-unassigned] [Bug 137652] New: Building WebInspectorUI should not run the clang static analyzer by default

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 13 00:38:39 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=137652

           Summary: Building WebInspectorUI should not run the clang
                    static analyzer by default
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: abucur at adobe.com
                CC: ddkilzer at webkit.org


The DebugRelease.xconfig file sets RUN_CLANG_STATIC_ANALYZER to true by default during the build phase. This should happen for the analyze phase.

This causes an issue when building WebKit with ASAN because the analyze step for WebInspectorUI.c runs with the default clang, not the ASAN clang and a build error is triggered when using the sanitize compile flag.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list