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