Skip to main content
Product
Technology
Discover
Solutions
Docs
Downloads
Pricing
Search
/
Sign in
Sign up
brintos
/
llvm-project-archived
public
Read only
Watch
0
Star
0
Fork
0
Files
Commits
Issues
2
Discussions
0
Wiki
0
Insights
llvm-project-archived
/
clang-tools-extra
/
test
/
clang-tidy
/
infrastructure
/
Inputs
/
nolintbeginend
/
2nd-translation-unit.cpp
Text
·
76 B
·
0497037
Raw
7 lines · cpp
1
2
class A { A(int i); };
3
4
// NOLINTBEGIN
5
class B { B(int i); };
6
// NOLINTEND
7