Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
| Time | Test | |
|---|---|---|
| 80 ms | x64 debian > LLVM.Bindings/Go::go.test |
Event Timeline
| clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp | ||
|---|---|---|
| 3456 | "undeducedtype" seems like a strange name for this test - MemberFromBaseOfDependent? | |
| 3456 | you might want this test in clang/test/CodeCompletion as well/instead. | |
| 3459 | does this also work if the base is dependent (Base<T>)? | |
| clang/lib/Sema/SemaCodeComplete.cpp | ||
| 5414 | could be a little more precise: "look up member heuristically, including in bases" | |
| 5423 | 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? | |
"undeducedtype" seems like a strange name for this test - MemberFromBaseOfDependent?