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 40a5a86 commit 8d3abc9Copy full SHA for 8d3abc9
clang/lib/AST/Interp/Disasm.cpp
@@ -205,7 +205,7 @@ LLVM_DUMP_METHOD void Descriptor::dump(llvm::raw_ostream &OS) const {
205
if (const auto *ND = dyn_cast_if_present<NamedDecl>(asDecl()))
206
ND->printQualifiedName(OS);
207
else if (asExpr())
208
- OS << "expr (TODO)";
+ OS << "Expr " << (const void *)asExpr();
209
}
210
211
// Print a few interesting bits about the descriptor.
0 commit comments