Skip to content

Commit

Permalink
Correctly print the cheri_ccall attribute.
Browse files Browse the repository at this point in the history
Fixes chapuni#3.
  • Loading branch information
davidchisnall committed Jun 30, 2014
1 parent b8db9f5 commit 9b10e4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/lib/AST/TypePrinter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1223,6 +1223,7 @@ void TypePrinter::printAttributedAfter(const AttributedType *T,
case AttributedType::attr_noreturn: OS << "noreturn"; break;

case AttributedType::attr_cdecl: OS << "cdecl"; break;
case AttributedType::attr_cheri_ccall: OS << "cheri_ccall"; break;
case AttributedType::attr_fastcall: OS << "fastcall"; break;
case AttributedType::attr_stdcall: OS << "stdcall"; break;
case AttributedType::attr_thiscall: OS << "thiscall"; break;
Expand Down

0 comments on commit 9b10e4e

Please sign in to comment.