This is an archive of the discontinued LLVM Phabricator instance.

[AST][RecoveryExpr] Add recovery-ast tests for C language, NFC.
ClosedPublic

Authored by hokein on Jul 20 2020, 2:48 AM.

Details

Summary

some examples are working already.

Diff Detail

Event Timeline

hokein created this revision.Jul 20 2020, 2:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2020, 2:48 AM
sammccall accepted this revision.Jul 20 2020, 4:21 AM
sammccall added inline comments.
clang/test/AST/ast-dump-recovery.c
21

why is this an interesting distinct case vs the one above?

40

and this one

56

may or may not want to separate the crash tests out. Up to you, can do this later

This revision is now accepted and ready to land.Jul 20 2020, 4:21 AM
hokein updated this revision to Diff 279223.Jul 20 2020, 6:28 AM
hokein marked 4 inline comments as done.

address review comments

This revision was automatically updated to reflect the committed changes.