This is an archive of the discontinued LLVM Phabricator instance.

Move unittest helpers to a shared location
ClosedPublic

Authored by gribozavr on May 29 2020, 5:44 AM.

Details

Summary

unittests/AST/Language.h defines some helpers that we would like to
reuse in other tests, for example, in tests for syntax trees.

Diff Detail

Event Timeline

gribozavr created this revision.May 29 2020, 5:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 29 2020, 5:44 AM
gribozavr updated this revision to Diff 267204.May 29 2020, 5:46 AM

Removed some refactoring leftovers.

gribozavr updated this revision to Diff 267214.May 29 2020, 6:19 AM

Added a modulemap entry for the new Clang library.

sammccall accepted this revision.May 29 2020, 6:47 AM
This revision is now accepted and ready to land.May 29 2020, 6:47 AM
gribozavr updated this revision to Diff 267237.May 29 2020, 7:46 AM

Fixed a clang-tidy warning about header guard format.

This revision was automatically updated to reflect the committed changes.