RKSimon added inline comments.

================
Comment at: clang/lib/Basic/CMakeLists.txt:78
   Targets/Mips.cpp
+  Targets/M68k.cpp
   Targets/NVPTX.cpp
----------------
(sorting) - move after Le64.cpp


================
Comment at: clang/lib/CodeGen/TargetInfo.cpp:8087
+  if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(D)) {
+    if (const M68kInterruptAttr *attr = FD->getAttr<M68kInterruptAttr>()) {
+      // Handle 'interrupt' attribute:
----------------
(style) Use const auto * for cast results


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

https://reviews.llvm.org/D88393

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

Reply via email to