The Nest
Explore
Sign in
nuudlman
llvm
clang
test
ASTMerge
attr
Inputs
FormatAttr.cpp
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
int
foo
(
const
char
*
fmt
,
...
)
__attribute__
((
__format__
(
__scanf__
,
1
,
2
)
))
;