This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe27b5f937138: [clang][AST] Fix crash when printing error
(authored by ellis).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
htt
sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/lib/AST/TypePrinter.cpp:242
case Type::ObjCObjectPointer:
CanPrefixQualifiers = T->isObjCIdType() || T->isObjCClassType() ||
ellis created this revision.
ellis added a reviewer: dblaikie.
ellis published this revision for review.
ellis added inline comments.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Comment at: clang/lib/AST/TypePrinter.cpp:242
case Type::ObjCObjectPoi