[PATCH] D50766: Fix false positive unsequenced access and modification warning in array subscript expression.

Mateusz Janek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 22 07:27:21 PDT 2018


stryku added a comment.

Thanks for the advice. Should I update a new diff with `-U99999`?

About tests. I've probably missed something but I looked through the project and didn't find any tests for unsequenced operations. If you know a place where such tests are placed, please point it and I'll add the one for this code.
If there are no tests for unsequenced operations, should I introduce them?


https://reviews.llvm.org/D50766





More information about the cfe-commits mailing list