[PATCH] D113958: DebugInfo: Make DWARFExpression::iterator a const iterator

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 16 00:50:25 PST 2021


jhenderson added a comment.

Clang-format nit, as per linter. Otherwise, seems reasonable to me (if it can be `const` it probably should be!). My only question is should it be renamed to `const_iterator` to avoid any confusion?


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

https://reviews.llvm.org/D113958



More information about the llvm-commits mailing list