[PATCH] D53949: [clang][CodeGen] Implicit Conversion Sanitizer: discover the world of CompoundAssign operators
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 1 23:56:45 PDT 2018
lebedev.ri added a comment.
In https://reviews.llvm.org/D53949#1283872, @regehr wrote:
> Regarding ++ and --, I think for now it's fine to just document that these aren't instrumented.
Indeed, that is a different issue, i don't want to solve it in this differential.
Though, there currently isn't a doc where such omissions are tracked, so not sure where (if) i should document it.
Repository:
rC Clang
https://reviews.llvm.org/D53949
More information about the cfe-commits
mailing list