Sign in
llvm
/
llvm-project
/
clang-tools-extra
/
05150fac23986600482f8c2161ec026481eb1b17
/
.
/
test
/
clang-tidy
/
infrastructure
/
Inputs
/
nolintbeginend
/
2nd-translation-unit.cpp
blob: 0497037d31b82c8de277a63c0b9b87f41abd11e5 [
file
] [
log
] [
blame
]
class
A
{
A
(
int
i
);
};
// NOLINTBEGIN
class
B
{
B
(
int
i
);
};
// NOLINTEND