reorder-sys-includes.rst 304 B

1234567
  1. reorder-sys-includes
  2. --------------------
  3. * Include directories marked as ``SYSTEM`` are now moved after non-system
  4. directories. The ``-isystem`` flag does this automatically, so moving
  5. them explicitly to the end makes the behavior consistent on compilers
  6. that do not have any ``-isystem`` flag.