The PListDiagnosticConsumer needs a new CTU parameter that is passed
through the create functions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D64635
[CrossTU] Added CTU argument to diagnostic consumer create fn. ClosedPublic Authored by balazske on Jul 12 2019, 7:13 AM.
Details Summary The PListDiagnosticConsumer needs a new CTU parameter that is passed
Diff Detail
Event Timelinebalazske added a parent revision: D64554: [CrossTU] Add a function to retrieve original source location..Jul 12 2019, 7:14 AM balazske added a child revision: D64638: [CrossTU] Fix plist macro expansion if macro in other file..Jul 12 2019, 7:55 AM This revision is now accepted and ready to land.Jul 12 2019, 8:21 AM Closed by commit rL366782: [CrossTU] Added CTU argument to diagnostic consumer create fn. (authored by balazske). · Explain WhyJul 23 2019, 12:05 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 211253 cfe/trunk/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h
cfe/trunk/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
cfe/trunk/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
cfe/trunk/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
cfe/trunk/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
|