1// RUN: clang-tidy --checks="-*,modernize-make-shared" \
2// RUN: --config="CheckOptions: { \
3// RUN: modernize-make-shared.IncludeStyle: '0' }" \
4// RUN: --dump-config -- | FileCheck %s
5
6// CHECK: modernize-make-shared.IncludeStyle: llvm
7

Provided by KDAB

Privacy Policy
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more

source code of clang-tools-extra/test/clang-tidy/infrastructure/dump-config-invalid.cpp