[PATCH] D84122: [clangd] Handle deduction guides in TargetFinder and ExplicitReferenceCollector
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 20 01:25:05 PDT 2020
hokein accepted this revision.
hokein added inline comments.
This revision is now accepted and ready to land.
Herald added a subscriber: kbobyrev.
================
Comment at: clang-tools-extra/clangd/unittests/FindTargetTests.cpp:403
+ )cpp";
+ Flags.push_back("-std=c++17");
+ EXPECT_DECLS("CXXDeductionGuideDecl", {"template <typename T> struct Test"});
----------------
looks like we insert "-std=c++17" twice, see line 389.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84122/new/
https://reviews.llvm.org/D84122
More information about the cfe-commits
mailing list