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.
Created attachment 239933 [details] Patch
Comment on attachment 239933 [details] Patch Clearing flags on attachment: 239933 Committed r175569: <http://trac.webkit.org/changeset/175569>
All reviewed patches have been landed. Closing bug.