RESOLVED FIXED 137652
Building WebInspectorUI should not run the clang static analyzer by default
https://bugs.webkit.org/show_bug.cgi?id=137652
Summary Building WebInspectorUI should not run the clang static analyzer by default
Andrei Bucur
Reported 2014-10-13 00:38:34 PDT
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.
Attachments
Patch (1.54 KB, patch)
2014-10-15 23:38 PDT, Andrei Bucur
no flags
Andrei Bucur
Comment 1 2014-10-15 23:38:08 PDT
WebKit Commit Bot
Comment 2 2014-11-04 12:30:47 PST
Comment on attachment 239933 [details] Patch Clearing flags on attachment: 239933 Committed r175569: <http://trac.webkit.org/changeset/175569>
WebKit Commit Bot
Comment 3 2014-11-04 12:30:50 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.