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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
SemaCXX
/
warn-static-function-inheader.h
blob
1c9e00b8bd22f4efec03fad607b363fab35bf715
1
static void
thing
(
void
) {
// expected-warning {{'static' function 'thing' declared in header file should be declared 'static inline'}}
2
}
3