This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Handle deduction guides in TargetFinder and ExplicitReferenceCollector
ClosedPublic

Authored by nridge on Jul 18 2020, 11:27 PM.

Diff Detail

Event Timeline

nridge created this revision.Jul 18 2020, 11:27 PM
hokein accepted this revision.Jul 20 2020, 1:25 AM
hokein added a subscriber: hokein.
hokein added inline comments.
clang-tools-extra/clangd/unittests/FindTargetTests.cpp
404

looks like we insert "-std=c++17" twice, see line 389.

This revision is now accepted and ready to land.Jul 20 2020, 1:25 AM
nridge updated this revision to Diff 279424.Jul 20 2020, 10:43 PM
nridge marked an inline comment as done.

Address nit

This revision was automatically updated to reflect the committed changes.