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][AArch64] Remove const from base pointers in sve2p1 stores (#120551)
[llvm-project.git]
/
clang
/
test
/
Index
/
index-kernel-invocation.cpp
blob
dba8e6b91a08d150dbd59f960d34ee696dca60a1
1
// RUN: c-index-test -index-file -arch i386 -mkernel %s | FileCheck %s
2
3
// CHECK: [indexDeclaration]: kind: function | name: foobar
4
void
foobar
(
void
);