================
@@ -1,7 +1,7 @@
 // RUN: %check_clang_tidy -std=c++14 %s boost-use-ranges %t 
-check-suffixes=,PIPE \
 // RUN:   -config="{CheckOptions: { \
-// RUN:     boost-use-ranges.UseReversePipe: true }}" -- -I 
%S/Inputs/use-ranges/
-// RUN: %check_clang_tidy -std=c++14 %s boost-use-ranges %t 
-check-suffixes=,NOPIPE  -- -I %S/Inputs/use-ranges/
+// RUN:     boost-use-ranges.UseReversePipe: true }}" -- -isystem 
%clang_tidy_headers -I %S/Inputs/use-ranges/
----------------
vbvictor wrote:

I think we should implicitly add `-isystem %clang_tidy_headers` inside 
`%check_clang_tidy` invocation.

https://github.com/llvm/llvm-project/pull/183963
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to