[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / CodeCompletion / incomplete-member.cpp
blob0c4a1566b40f86d7481383d038fc824cdb3a8dbb
1 struct IncompleteType;
3 void foo() {
4 IncompleteType *f;
5 f->x;
7 // RUN: not %clang_cc1 -fsyntax-only -code-completion-at=%s:%(line-2):6 %s -o - | FileCheck %s -allow-empty
8 // CHECK-NOT: COMPLETION: