[PATCH] D78356: [flang] Replace ATTRIBUTE_UNUSED with LLVM_ATTRIBUTE_UNUSED.

Steve Scalpone via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 30 09:02:43 PDT 2020


sscalpone added a comment.

The original goal was to add [[maybe_unused]].  Thus, this change needs a corresponding update to Compiler.h to add [[maybe_unused]].  I'm ok with you addressing that issue as a separate commit.


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

https://reviews.llvm.org/D78356





More information about the llvm-commits mailing list