xref: /llvm-project/clang-tools-extra/docs/clang-tidy/checks/llvm/include-order.rst (revision 6e566bc5523f743bc34a7e26f050f1f2b4d699a8)
1.. title:: clang-tidy - llvm-include-order
2
3llvm-include-order
4==================
5
6
7Checks the correct order of ``#includes``.
8
9See https://llvm.org/docs/CodingStandards.html#include-style
10