Skip to content

Commit

Permalink
[clang-tidy] Move the misc system header dir to Inputs subdir, NFC.
Browse files Browse the repository at this point in the history
Follows the existing patterns, and makes life easier for bazel build
system.
  • Loading branch information
hokein committed Jun 5, 2023
1 parent 9ad1a48 commit fc4a8bf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: %check_clang_tidy %s misc-include-cleaner %t -- -- -I%S/Inputs -isystem%S/system
// RUN: %check_clang_tidy %s misc-include-cleaner %t -- -- -I%S/Inputs -isystem%S/Inputs/system
#include "bar.h"
// CHECK-FIXES: {{^}}#include "baz.h"{{$}}
#include "foo.h"
Expand Down

0 comments on commit fc4a8bf

Please sign in to comment.