[PATCH] D56663: [MSP430] Improve support of 'interrupt' attribute

George Rimar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 14 06:55:29 PST 2019


grimar added inline comments.


================
Comment at: lib/Sema/SemaDeclAttr.cpp:5381
+  // MSP430 'interrupt' attribute is applied to
+  // a function with no parameters and void return type
+  if (!isFunctionOrMethod(D)) {
----------------
nit: code comments usually have a dot `.` at the end of the sentence.


Repository:
  rC Clang

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

https://reviews.llvm.org/D56663





More information about the cfe-commits mailing list