[PATCH] D42530: Clang permits assignment to vector/extvector elements in a const method

Andrew V. Tischenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 1 09:17:10 PST 2018


avt77 added a comment.

In fact we have here another problem: it is not an attempt to assign to const variable but it is an attempt to use the field assingment inside const  method: I'm working on it.


https://reviews.llvm.org/D42530





More information about the llvm-commits mailing list