xref
: /
llvm-project
/
clang-tools-extra
/
test
/
clang-tidy
/
infrastructure
/
Inputs
/
nolintbeginend
/
1st-translation-unit.cpp
(revision 5da7c040030c4af72dcc21220f579098469c554e)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// NOLINTBEGIN
2
class
A
{
A
(
int
i
); };
3
// NOLINTEND
4
5
class
B
{
B
(
int
i
); };
6