[all-commits] [llvm/llvm-project] 83aa58: [lldb][NFC] Don't pass around passthrough from Cla...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Thu Jul 2 01:42:52 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 83aa58d795b92cd864c6c09d9a65817a14e63acc
https://github.com/llvm/llvm-project/commit/83aa58d795b92cd864c6c09d9a65817a14e63acc
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-07-02 (Thu, 02 Jul 2020)
Changed paths:
M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list