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