[PATCH] D50953: [clang-tidy] Handle sugared reference types in ExprMutationAnalyzer
Jonas Toth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 11 11:09:51 PDT 2018
JonasToth added a comment.
> I feel constness doesn't matter much since we're treating them as values and both const values & non-const values are just values.
marking the pointer itself const is not very common as well, thats why i feel we should be especially exhaustive with our tests as real projects probably won't show problems.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D50953
More information about the cfe-commits
mailing list