[clang] [CodeGen] Apply 'readonly' to 'this' pointer argument. (PR #106499)

Nikita Popov via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 29 01:35:26 PDT 2024


https://github.com/nikic requested changes to this pull request.

I'm very confused. `readonly` means that the memory behind `this` cannot be changed, not that the pointer cannot be changed.

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


More information about the cfe-commits mailing list