The Nest
Explore
Sign in
nuudlman
llvm
clang
test
SemaCXX
Inputs
nullability-completeness.h
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
template
<
typename T
>
struct
Template final
{
int
*
_Nonnull x
;
T y
;
}
;