bolt/deps/llvm-18.1.8/clang-tools-extra/test/clang-tidy/infrastructure/Inputs/nolintbeginend/2nd-translation-unit.cpp

7 lines
76 B
C++
Raw Normal View History

2025-02-14 19:21:04 +01:00
class A { A(int i); };
// NOLINTBEGIN
class B { B(int i); };
// NOLINTEND