]> granicus.if.org Git - clang/commit
[CrossTU] Added CTU argument to diagnostic consumer create fn.
authorBalazs Keri <1.int32@gmail.com>
Tue, 23 Jul 2019 07:04:20 +0000 (07:04 +0000)
committerBalazs Keri <1.int32@gmail.com>
Tue, 23 Jul 2019 07:04:20 +0000 (07:04 +0000)
commit2904ab8f62e5eb1d81050050a9bffa8fcb1aa5a9
tree2a66a890dc7cf750ca82abfa0638a8cc07a04e5d
parent7407f17f7409135e4b0388055b831b2c939f7409
[CrossTU] Added CTU argument to diagnostic consumer create fn.

Summary:
The PListDiagnosticConsumer needs a new CTU parameter that is passed
through the create functions.

Reviewers: NoQ, Szelethus, xazax.hun, martong

Reviewed By: Szelethus

Subscribers: rnkovacs, dkrupp, Szelethus, gamesh411, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D64635

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@366782 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h
lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp