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