[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 inline comments.


================
Comment at: flang/include/flang/Common/idioms.h:23
 #include <variant>
+#include "llvm/Support/Compiler.h"
 
----------------
Other files have "llvm/" includes above the system includes, e.g. flang/lib/Semantics/mod-file.cpp


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

https://reviews.llvm.org/D78356





More information about the llvm-commits mailing list