[PATCH] D49756: Add maybe-unused attribute to a variable.

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 25 11:27:09 PDT 2018


nickdesaulniers added a comment.

Alternatively, we can surround the definition and use of `Listed` with `#ifndef NDEBUG` blocks, but it would be ugly to have two of those IMO.


Repository:
  rL LLVM

https://reviews.llvm.org/D49756





More information about the llvm-commits mailing list