[PATCH] D10802: [mips] Interrupt attribute support.
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 24 12:35:35 PST 2015
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM, once one minor nit is fixed. Thank you for working on this!
================
Comment at: include/clang/Basic/DiagnosticSemaKinds.td:257
@@ +256,3 @@
+ "MIPS 'interrupt' attribute only applies to functions that have "
+ "%select{no parameters|a \'void\' return type}0">,
+ InGroup<IgnoredAttributes>;
----------------
Spurious \' around 'void'
http://reviews.llvm.org/D10802
More information about the cfe-commits
mailing list