[PATCH] D140044: [CodeComplete] Complete members of dependent `auto` variables

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 15 00:07:16 PST 2022


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-completion-at=%s:111:41 %s -o - | FileCheck -check-prefix=CHECK-DEP-CHAIN %s
+// RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:119:41 %s -o - | FileCheck -check-prefix=CHECK-DEP-CHAIN %s
 }
----------------
It feels horrible that we have to update all following line numbers whenever we add a new test, no action required here (we can always append a new test, but then tests are not grouped properly)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140044/new/

https://reviews.llvm.org/D140044



More information about the cfe-commits mailing list