[PATCH] D23434: Don't allow llvm-include-order to intermingle includes from different files.

Daniel Jasper via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 12 00:36:27 PDT 2016


djasper added a comment.

I think we should entirely drop this implementation of the check and let it just check #includes with clang-format. clang-format's implementation isn't a strict superset, e.g. won't sort between multiple blocks, but that's intentional for now.


https://reviews.llvm.org/D23434





More information about the cfe-commits mailing list