This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by riccibruno on Feb 3 2019, 11:26 AM.

Details

Summary

Tests for D57660.

Diff Detail

Repository
rC Clang

Event Timeline

riccibruno created this revision.Feb 3 2019, 11:26 AM

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.

riccibruno updated this revision to Diff 185047.Feb 4 2019, 6:58 AM

Added tests for nested/anonymous unions and local structs.

riccibruno abandoned this revision.Feb 15 2019, 11:47 AM