repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
CodeCompletion
/
bracket-decl.c
blob
e21cb5e6ca511a15bebc29e8c0184b92982539d8
1
#define PATHSIZE 256
2
3
static const int
len
=
1234
;
4
5
void
foo
() {
6
char
arr
[
7
// RUN: %clang_cc1 -fsyntax-only -code-completion-macros -code-completion-at=%s:%(line-1):12 %s -o - | FileCheck %s
8
// CHECK: COMPLETION: len
9
// CHECK: COMPLETION: PATHSIZE