We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2484680 commit 4067115Copy full SHA for 4067115
lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
@@ -183,7 +183,7 @@ void StoringDiagnosticConsumer::EndSourceFile() {
183
184
bool StoringDiagnosticConsumer::HandleModuleRemark(
185
const clang::Diagnostic &info) {
186
- Log *log = GetLog(LLDBLog::Expressions);
+ Log *log = GetLog(LLDBLog::Types | LLDBLog::Expressions);
187
switch (info.getID()) {
188
case clang::diag::remark_module_build: {
189
const auto &module_name = info.getArgStdStr(0);
0 commit comments