xref
: /
llvm-project-15.0.7
/
clang
/
test
/
ASTMerge
/
attr
/
Inputs
/
FormatAttr.cpp
(revision 4e00a192)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
int
foo
(
const
char
*
fmt
, ...)
__attribute__
((
__format__
(
__scanf__
,
1
,
2
)));
2