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 b7ab938 commit bdf4627Copy full SHA for bdf4627
lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
@@ -191,7 +191,7 @@ void StoringDiagnosticConsumer::EndSourceFile() {
191
192
bool StoringDiagnosticConsumer::HandleModuleRemark(
193
const clang::Diagnostic &info) {
194
- Log *log = GetLog(LLDBLog::Expressions);
+ Log *log = GetLog(LLDBLog::Types | LLDBLog::Expressions);
195
switch (info.getID()) {
196
case clang::diag::remark_module_build: {
197
const auto &module_name = info.getArgStdStr(0);
0 commit comments