[PATCH] D57661: [Sema] SequenceChecker: Add tests for references and members.

2019-02-04 Thread Bruno Ricci via Phabricator via cfe-commits
riccibruno updated this revision to Diff 185047. riccibruno added a comment. Added tests for nested/anonymous unions and local structs. Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D57661/new/ https://reviews.llvm.org/D57661 Files: test/SemaCXX/warn-unsequence

[PATCH] D57661: [Sema] SequenceChecker: Add tests for references and members.

2019-02-03 Thread Bruno Ricci via Phabricator via cfe-commits
riccibruno added a comment. I realized I need to add tests for (at least) anonymous unions/structs and local classes, but I am sure I missing lots of interesting cases. Feel free to suggest anything you might think of. Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.or

[PATCH] D57661: [Sema] SequenceChecker: Add tests for references and members.

2019-02-03 Thread Bruno Ricci via Phabricator via cfe-commits
riccibruno created this revision. riccibruno added reviewers: aaron.ballman, rsmith. riccibruno added a project: clang. Herald added a subscriber: cfe-commits. Tests for D57660 . Repository: rC Clang https://reviews.llvm.org/D57661 Files: test/SemaCXX/warn-