[lldb][NFC] Don't pass around passthrough from ClangDiagnosticManagerAdapter
authorRaphael Isemann <teemperor@gmail.com>
Thu, 2 Jul 2020 07:41:09 +0000 (09:41 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 2 Jul 2020 08:42:14 +0000 (10:42 +0200)
commit83aa58d795b92cd864c6c09d9a65817a14e63acc
tree2ef3002312241fab45a3a6b325b7845f065a8ea0
parentaa4fd7d848d78611b4e6b6768edc6ab9d2b1efa5
[lldb][NFC] Don't pass around passthrough from ClangDiagnosticManagerAdapter

The passthrough DiagnosticConsumer is an implementation detail of
ClangDiagnosticManagerAdapter and we can just hide it behind the normal
DiagnosticConsumer interface that ClangDiagnosticManagerAdapter is supposed
to implement.
lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp