This is an archive of the discontinued LLVM Phabricator instance.

[clang][RecoveryExpr] Add tests for ObjectiveC.
ClosedPublic

Authored by hokein on Oct 26 2020, 2:54 AM.

Details

Summary

to demonstrate it works for some cases.

Diff Detail

Event Timeline

hokein created this revision.Oct 26 2020, 2:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 26 2020, 2:54 AM
hokein requested review of this revision.Oct 26 2020, 2:54 AM
sammccall accepted this revision.Oct 26 2020, 7:33 AM
sammccall added inline comments.
clang/test/AST/ast-dump-recovery.m
9

this contains the resolved selector so go-to-def on method will work, right? Really cool :-)

This revision is now accepted and ready to land.Oct 26 2020, 7:33 AM
hokein added inline comments.Oct 27 2020, 1:43 AM
clang/test/AST/ast-dump-recovery.m
9

yes.

This revision was landed with ongoing or failed builds.Oct 27 2020, 1:43 AM
This revision was automatically updated to reflect the committed changes.