This is an archive of the discontinued LLVM Phabricator instance.

Split syntax tree tests into more granular ones
ClosedPublic

Authored by gribozavr on Jun 2 2020, 3:31 PM.

Details

Summary

Doing so allows us to increase test coverage by removing unnecessary
language restrictions.

Diff Detail

Event Timeline

gribozavr created this revision.Jun 2 2020, 3:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 2 2020, 3:31 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
eduucaldas accepted this revision.Jun 3 2020, 12:26 AM
This revision is now accepted and ready to land.Jun 3 2020, 12:26 AM
hlopko accepted this revision.Jun 3 2020, 12:34 AM

Thanks for working on this! :)

clang/unittests/Tooling/Syntax/TreeTest.cpp
2066

func4 -> func4a
func4a -> func4b?

gribozavr updated this revision to Diff 268100.Jun 3 2020, 2:01 AM

Refreshing this patch after pushing the patch that this one depends on.

gribozavr2 added inline comments.
clang/unittests/Tooling/Syntax/TreeTest.cpp
2066

Fixed, thanks.

gribozavr updated this revision to Diff 268104.Jun 3 2020, 2:16 AM

Address code review comments.

This revision was automatically updated to reflect the committed changes.