This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG33e3edde4495: [CodeComplete] Complete members of dependent
`auto` variables (authored by sammccall).
Repository:
rG LLVM Github Monorepo
CHANGES
ilya-biryukov added inline comments.
Comment at: clang/test/CodeCompletion/member-access.cpp:121
// CHECK-DEP-CHAIN: baseTemplateField : [#T#]baseTemplateField
-// RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:111:41 %s -o - |
FileCheck -check-prefix=CHECK-DEP-CHAIN %s
+
hokein accepted this revision.
hokein added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/test/CodeCompletion/member-access.cpp:121
// CHECK-DEP-CHAIN: baseTemplateField : [#T#]baseTemplateField
-// RUN: %clang_cc1 -fsyntax-only -code-comple
sammccall created this revision.
sammccall added a reviewer: hokein.
Herald added a project: All.
sammccall requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
When the initializer of an `auto` variable is dependent, clang doesn't give the
Decl