This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Added a test for preambles and -isystem
ClosedPublic

Authored by ilya-biryukov on Jul 4 2018, 10:19 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

ilya-biryukov created this revision.Jul 4 2018, 10:19 AM
sammccall accepted this revision.Jul 5 2018, 1:07 AM
sammccall added inline comments.
unittests/clangd/ClangdTests.cpp
45 ↗(On Diff #154135)

this is trivial enough that I wouldn't bother with the fixme.
You can also use ::testing::Field(&CodeCompletion::Name, "baz") directly

This revision is now accepted and ready to land.Jul 5 2018, 1:07 AM
ilya-biryukov marked an inline comment as done.
  • Remove Name matcher, use Field(&...::Name) instead
This revision was automatically updated to reflect the committed changes.