You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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)
|