[clang] [clang][OpenMP] Add const-qualified `getIteratorModifier` to OMPMapClause (PR #86666)

Krzysztof Parzyszek via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 26 07:14:56 PDT 2024


kparzysz wrote:

This brings a question: most of such accessors return `Expr *` in both const and non-const versions.  If that's intended, does it make sense to even have non-const variants of these accessors?

https://github.com/llvm/llvm-project/pull/86666


More information about the cfe-commits mailing list