Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp | ||
---|---|---|
3456 ↗ | (On Diff #398996) | "undeducedtype" seems like a strange name for this test - MemberFromBaseOfDependent? |
3456 ↗ | (On Diff #398996) | you might want this test in clang/test/CodeCompletion as well/instead. |
3459 ↗ | (On Diff #398996) | does this also work if the base is dependent (Base<T>)? |
clang/lib/Sema/SemaCodeComplete.cpp | ||
5526–5532 | could be a little more precise: "look up member heuristically, including in bases" | |
5535 | This case seems very nearly dead. Technically it is possible to get a CXXDependentScopeMemberExpr in C using recovery expr, but I can't find a case where this is useful. Maybe drop it? |
could be a little more precise: "look up member heuristically, including in bases"