brintos

brintos / llvm-project-archived public Read only

0
0
Text · 247 B · 4737b49 Raw
7 lines · cpp
1// RUN: clang-tidy --checks="-*,modernize-make-shared" \2// RUN:   --config="CheckOptions: { \3// RUN:      modernize-make-shared.IncludeStyle: '0' }" \4// RUN:   --dump-config -- | FileCheck %s5 6// CHECK: modernize-make-shared.IncludeStyle: llvm7