[PATCH] D145921: [clangd] Add missing unittests to build graph
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 13 04:10:31 PDT 2023
hokein added inline comments.
================
Comment at: clang-tools-extra/clangd/unittests/tweaks/SpecialMembersTests.cpp:21
EXPECT_UNAVAILABLE("struct S { ^ };");
- EXPECT_UNAVAILABLE("union ^U {};");
+ EXPECT_AVAILABLE("union ^U {};");
EXPECT_AVAILABLE("struct ^S { S(const S&); S(S&&); };");
----------------
the old behavior (UNAVAILABLE) seems more reasonable to me, I have a fix in https://reviews.llvm.org/D145922.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145921/new/
https://reviews.llvm.org/D145921
More information about the cfe-commits
mailing list