You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ClangBuildAnalyzer does not report any "expensive headers" when a clang 19 build is being analyzed.
The reason seems to be that with clang 19, Source events are no longer reported with phase X, but with phase b/e.
ClangBuildAnalyzer does not report any "expensive headers" when a clang 19 build is being analyzed.
The reason seems to be that with clang 19,
Source
events are no longer reported with phaseX
, but with phaseb
/e
.E.g. with clang 18 the trace looks like this:
and with clang 19:
The text was updated successfully, but these errors were encountered: