xref
: /
external
/
llvm-project
/
clang-tools-extra
/
test
/
clang-tidy
/
checkers
/
Inputs
/
modernize-use-using
/
modernize-use-using.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifndef
MODERNIZE_USE_USING_H
2
#
define
MODERNIZE_USE_USING_H
3
4
typedef
int
mytype
;
5
6
#
endif
7