1*885c5593SDmitri Gribenko // run: clang-tidy -checks=-*,llvm-include-order -header-filter=.* %s \ 2*885c5593SDmitri Gribenko // run: -- -isystem %S/Inputs/Headers -I %S/Inputs/overlapping | \ 3*885c5593SDmitri Gribenko // run: not grep "note: this fix will not be applied because it overlaps with another fix" 4*885c5593SDmitri Gribenko 5*885c5593SDmitri Gribenko #include "b.h" 6*885c5593SDmitri Gribenko #include "a.h" 7*885c5593SDmitri Gribenko 8*885c5593SDmitri Gribenko // The comments above are there to match the offset of the #include with the 9*885c5593SDmitri Gribenko // offset of the #includes in the .cpp file. 10