This is an archive of the discontinued LLVM Phabricator instance.

[Lexer] Fix missing coverage line after #endif
ClosedPublic

Authored by zequanwu on Jul 9 2020, 2:57 PM.

Diff Detail

Event Timeline

zequanwu created this revision.Jul 9 2020, 2:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 9 2020, 2:57 PM
vsk accepted this revision.Jul 9 2020, 3:07 PM

Lgtm, thanks.

This revision is now accepted and ready to land.Jul 9 2020, 3:07 PM
This revision was automatically updated to reflect the committed changes.
zequanwu reopened this revision.Jul 9 2020, 3:54 PM

Reverted.
It broke unit test SemanticHighlighting.GetsCorrectTokens in clangd.

This revision is now accepted and ready to land.Jul 9 2020, 3:54 PM
zequanwu updated this revision to Diff 276899.Jul 9 2020, 7:51 PM

Fix clangd unit test.

This revision was automatically updated to reflect the committed changes.