This is an archive of the discontinued LLVM Phabricator instance.

[Analyzer][NFC] Change parameter of NoteTag lambdas to PathSensitiveBugReport
ClosedPublic

Authored by baloghadamsoftware on Mar 10 2020, 2:22 AM.

Details

Summary

Lambdas creating path notes using NoteTags still take BugReport as their parameter. Since path notes obviously only appear in PathSensitiveBugReports it is straightforward that lambdas of NoteTags take PathSensitiveBugReport as their parameter.

Diff Detail

Event Timeline

NoQ accepted this revision.Mar 10 2020, 3:03 AM

Thanks!!

This revision is now accepted and ready to land.Mar 10 2020, 3:03 AM
This revision was automatically updated to reflect the committed changes.