1// RUN: not clang-tidy %s @%S/Inputs/param/parameters.txt -- | FileCheck %s
2
3namespace i {
4}
5// CHECK: error: namespace 'i' not terminated with a closing comment [llvm-namespace-comment,-warnings-as-errors]
6

Provided by KDAB

Privacy Policy
Improve your Profiling and Debugging skills
Find out more

source code of clang-tools-extra/test/clang-tidy/infrastructure/read-parameters-from-file.cpp