brintos

brintos / llvm-project-archived public Read only

0
0
Text · 517 B · fdcb811 Raw
11 lines · cpp
1// RUN: %check_clang_tidy %s misc-include-cleaner %t \2// RUN: -config='{CheckOptions: \3// RUN:  {"misc-include-cleaner.UnusedIncludes": false,\4// RUN:   "misc-include-cleaner.MissingIncludes": false,\5// RUN:  }}' -- -I%S/Inputs -isystem%S/Inputs/system -fno-delayed-template-parsing6 7// CHECK-MESSAGES: warning: The check 'misc-include-cleaner' will not perform any analysis because 'UnusedIncludes' and 'MissingIncludes' are both false. [clang-tidy-config]8 9#include "bar.h"10// CHECK-FIXES-NOT: #include "baz.h"11