This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Add buildPreamble to TestTU
ClosedPublic

Authored by kadircet on May 14 2020, 3:28 AM.

Details

Diff Detail

Event Timeline

kadircet created this revision.May 14 2020, 3:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 14 2020, 3:28 AM
sammccall accepted this revision.May 19 2020, 3:55 AM
sammccall added a subscriber: sammccall.
sammccall added inline comments.
clang-tools-extra/clangd/unittests/TestTU.h
71

or just preamble() to align with the functions below... depends whether we think build() is the special case or preamble is similar.
Up to you.

This revision is now accepted and ready to land.May 19 2020, 3:55 AM
kadircet updated this revision to Diff 265187.May 20 2020, 2:48 AM
kadircet marked an inline comment as done.
  • Rename buildPreamble to preamble
This revision was automatically updated to reflect the committed changes.