[Analyzer][NFC] Change parameter of NoteTag lambdas to PathSensitiveBugReport
authorAdam Balogh <adam.balogh@ericsson.com>
Tue, 10 Mar 2020 08:05:16 +0000 (09:05 +0100)
committerAdam Balogh <adam.balogh@ericsson.com>
Tue, 10 Mar 2020 10:30:28 +0000 (11:30 +0100)
commit20a3d64c8883c8be550f0759525b1550b7c2d35f
tree22a65847366954d93df6a9f1fe3f80f3020afa2a
parent30477197b37f05893e5e08e498fe4a41a24471d4
[Analyzer][NFC] Change parameter of NoteTag lambdas to PathSensitiveBugReport

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.

Differential Revision: https://reviews.llvm.org/D75898
clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
clang/lib/StaticAnalyzer/Checkers/CXXSelfAssignmentChecker.cpp
clang/lib/StaticAnalyzer/Checkers/FuchsiaHandleChecker.cpp
clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp
clang/lib/StaticAnalyzer/Checkers/ReturnValueChecker.cpp
clang/lib/StaticAnalyzer/Core/CoreEngine.cpp