Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
6cabab48dacc1317821f8f078ed2d4c603b67aff
/
.
/
test
/
SemaCXX
/
warn-static-function-inheader.h
blob: 1c9e00b8bd22f4efec03fad607b363fab35bf715 [
file
] [
log
] [
blame
]
static
void
thing
(
void
)
{
// expected-warning {{'static' function 'thing' declared in header file should be declared 'static inline'}}
}