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 8d037b9 commit e90f9b4Copy full SHA for e90f9b4
clang/lib/AST/ByteCode/Disasm.cpp
@@ -240,7 +240,7 @@ LLVM_DUMP_METHOD void Descriptor::dump(llvm::raw_ostream &OS) const {
240
else if (isRecord())
241
OS << " record";
242
else if (isPrimitive())
243
- OS << " primitive";
+ OS << " primitive " << primTypeToString(getPrimType());
244
245
if (isZeroSizeArray())
246
OS << " zero-size-array";
0 commit comments