mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 16:16:07 +00:00

This is to reduce dependency to cursors for the code-completion results. llvm-svn: 164705
8 lines
267 B
C
8 lines
267 B
C
#include "some_struct.h"
|
|
void foo() {
|
|
struct X x;
|
|
x.
|
|
|
|
// RUN: env CINDEXTEST_EDITING=1 c-index-test -code-completion-at=%s:4:5 -Xclang -code-completion-patterns %s | FileCheck -check-prefix=CHECK-CC1 %s
|
|
// CHECK-CC1: FieldDecl:{ResultType int}{TypedText m} (35)
|