This is an archive of the discontinued LLVM Phabricator instance.

[AST][RecoveryAST] Avoid spurious 'missing typename' diagnostic when the NNS contains errors.
ClosedPublic

Authored by hokein on Jun 26 2020, 1:56 AM.

Diff Detail

Event Timeline

hokein created this revision.Jun 26 2020, 1:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 26 2020, 1:56 AM
sammccall accepted this revision.Jun 30 2020, 2:32 AM
sammccall added inline comments.
clang/test/SemaTemplate/missing-typename-recovery.cpp
1 ↗(On Diff #273620)

nit: name of this test seems slightly unusual, maybe just nns-recovery.cpp or something like this?

This revision is now accepted and ready to land.Jun 30 2020, 2:32 AM
hokein updated this revision to Diff 274463.Jun 30 2020, 7:12 AM

rename the test file.

This revision was automatically updated to reflect the committed changes.