About
Contact
QtCreator
KDevelop
Solarized
1
2
class
A
{
A
(
int
i
); };
3
4
// NOLINTBEGIN
5
class
B
{
B
(
int
i
); };
6
// NOLINTEND
7