[PATCH] D148284: [clangd] Add "readonly" token to const member expressions

Thorben Tröbst via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 1 23:21:08 PDT 2023


t-troebst added a comment.

I've added some logic to get const-ness for dependent expressions. I think you're right that its probably reasonable to do this since mutable is almost always used in member functions where the type isn't dependent anyways.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148284



More information about the llvm-commits mailing list