This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] Extend the PathDiagnosticLocation constructor to handle CallExitEnd
ClosedPublic

Authored by george.karpenkov on Jan 17 2019, 6:30 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

NoQ accepted this revision.Jan 17 2019, 7:04 PM

Thx! We should transition away from using all other constructors (except this constructor from ProgramPoint), at least in our path-sensitive checkers.

This revision is now accepted and ready to land.Jan 17 2019, 7:04 PM
This revision was automatically updated to reflect the committed changes.