aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM aside from a commenting nit, thank you for the cleanup!



================
Comment at: lib/Sema/SemaDeclAttr.cpp:5620
+    S.Diag(D->getLocation(), diag::warn_interrupt_attribute_invalid)
+        << /*Mips*/ 0 << 0;
     return;
----------------
Comment should probably be `MIPS` instead (same below).


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57012/new/

https://reviews.llvm.org/D57012



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to