Skip to content

Commit 3e40ddf

Browse files
committed
Handle 'attr::CountedBy' in TypePrinter
1 parent 939f6d5 commit 3e40ddf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/AST/TypePrinter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1877,6 +1877,7 @@ void TypePrinter::printAttributedAfter(const AttributedType *T,
18771877
// AttributedType nodes for them.
18781878
break;
18791879

1880+
case attr::CountedBy:
18801881
case attr::LifetimeBound:
18811882
case attr::TypeNonNull:
18821883
case attr::TypeNullable:

0 commit comments

Comments
 (0)